Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 1.03 KB

Found a bug? Want to suggest a feature?

For this, go on the issue tab and file an issue for it. Simple, isn't it? ;)

Want to contribute through code?

This application was developed in BlueJ but can be developed in any IDE.

For developing in BlueJ:

  1. Fork this repo.
  2. Clone it to your computer.
  3. To open this on BlueJ, double-click on "package.bluej".
  4. Make your changes.
  5. Test your changes by running the timer.
  6. Commit your edits with a relevant commit message.
  7. Push your branch to your fork.
  8. Open a Pull request.