Thanks for being interested! Here's our guidelines to contributing to the templates.
- Check the issues to see if your problem has already been brought up.
- Submit a ticket if it hasn't. Be sure to be clear and give instructions on how to reproduce the issue you're having.
-
Fork the repository.
-
Please try not to work on master. Instead, create a new branch named after your issue and its number:
git checkout -b issue/number-brief-issue-description
- Push your changes.
- Submit a pull request.
- We will review your changes and try to respond in a timely manner.
That's it!