Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 415 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (4 loc) · 415 Bytes

How to contribute to chess-ai-game?

If you wish to fix a bug or add a feature, just be sure to write unit tests for it and that the project passes all the pytest and pylint checks before opening a pull request.

What if I want to add an AI to the project?

Aside from the stupid test one, proper AIs don't belong to this repo, so please create a new repository, let me know and I'll be happy to link it here!