Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 434 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 434 Bytes

Contributing to cpgame

Submitting

Before submitting a pull request, please ensure that you have done the following:

  • Documented changes or features in README.md
  • Added appropriate license headers to new files
  • Written or modified tests for new functionality
  • Used black to format code appropriately
  • Validated code with make lint test