Contributions to this project are released to the public under the project's open source license.
This project adheres to a Code of Conduct. By participating, you are expected to honor this code.
This project suggests some coding games (see the README for more information)
If you are having an issue with:
- Syntax highlighting - see github/linguist
- Markdown on GitHub - contact [email protected]
- Styling issues on GitHub - see primer-markdown module in the primer/primer-css repository
Anything else - search open issues or create an issue and and we'll help point you in the right direction.
- Fork it.
- Create a branch (
git checkout -b my_coding_game
) - Commit your changes (
git commit -am "Added coding_game"
) - Push to the branch (
git push origin my_coding_game
) - Open a Pull Request
DO NOT FORGET TO WRITE UNIT TESTS
Then, execute: mvn clean compile test
If build went successful, congratulations!