How to contribute - GediminasMasaitis/PokeEase GitHub Wiki

PokeEase

How to contribute

Bug reports, suggestions

We have an issue tracker, there you can report all bugs and post your suggestions. Try to be detailed, when reporting a problem, if possible, include steps required to reproduce it.

Development

If you'd like to contribute directly:

  1. Download Node.js
  2. Fork the repository
  3. Open your local repository in a command terminal
  4. Run npm install
  5. Run grunt
  6. Make your changes, run grunt in the terminal to compile TypeScript and SASS
  7. Thoroughly test your changes
  8. Commit and push your changes to your fork. Try to write detailed commit messages
  9. Make a pull request and wait for your code to be merged