Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.1 KB

File metadata and controls

48 lines (29 loc) · 1.1 KB

Contributing

Thanks for considering contributing to Codingame!

File structure

TBD ... See discussion here

Adding solutions to games

We love pull requests. Here’s a quick guide:

  1. Fork this repository and then clone it locally:
git clone https://github.com/joand/codingame
  1. Create a topic branch for your changes:
git checkout -b solution-for-that-thing
  1. Commit your solution:
git commit -am "Solution to X game in Y language"
  1. If everything looks good, push to your fork:
git push origin solution-for-that-thing
  1. Submit a pull request.

Adding new features

Thinking of adding a new feature? Cool! Open an issue and let’s design it together.

Contribution

  • Contributions are always welcome.
  • PRs are welcome. To contribute, follow the structure:

[codingame-language]->[difficulty/name_of_exercise/name_of_file]