Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 419 Bytes

File metadata and controls

16 lines (13 loc) · 419 Bytes

Contributing

Thanks for your interest in improving Code Quest.

Development setup

cd "/Users/kyleparker/Documents/code game"
python3 -m unittest discover -s tests -p "test_*.py" -v
python3 main.py

Contribution guidelines

  • Keep changes focused and documented.
  • Add or update tests for behavior changes.
  • Keep the beginner-learning experience clear and simple.
  • Use descriptive commit messages.