-
Notifications
You must be signed in to change notification settings - Fork 51
How to contribute
Gediminas Masaitis edited this page Aug 17, 2016
·
4 revisions
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.
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
Back to home