Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.47 KB

CONTRIBUTING.md

File metadata and controls

36 lines (21 loc) · 1.47 KB

Contributing

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:

Anything else - search open issues or create an issue and and we'll help point you in the right direction.

Submitting a Pull Request

  1. Fork it.
  2. Create a branch (git checkout -b my_coding_game)
  3. Commit your changes (git commit -am "Added coding_game")
  4. Push to the branch (git push origin my_coding_game)
  5. Open a Pull Request

Testing

DO NOT FORGET TO WRITE UNIT TESTS

Then, execute: mvn clean compile test

If build went successful, congratulations!