How to contribute - GediminasMasaitis/PokeEase GitHub Wiki
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:
- Download Node.js
- Fork the repository
- Open your local repository in a command terminal
- Run
npm install
- Run
grunt
- Make your changes, run
grunt
in the terminal to compile TypeScript and SASS - Thoroughly test your changes
- Commit and push your changes to your fork. Try to write detailed commit messages
- Make a pull request and wait for your code to be merged