Thanks for considering contributing to Codingame!
TBD ... See discussion here
We love pull requests. Here’s a quick guide:
- Fork this repository and then clone it locally:
git clone https://github.com/joand/codingame- Create a topic branch for your changes:
git checkout -b solution-for-that-thing- Commit your solution:
git commit -am "Solution to X game in Y language"- If everything looks good, push to your fork:
git push origin solution-for-that-thingThinking of adding a new feature? Cool! Open an issue and let’s design it together.
- Contributions are always welcome.
- PRs are welcome. To contribute, follow the structure:
[codingame-language]->[difficulty/name_of_exercise/name_of_file]