Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 662 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 662 Bytes

Contributing

Thanks for being interested! Here's our guidelines to contributing to the templates.

Get Set Up

  • 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.

Getting Your Hands Dirty

  • 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

Submit!

  • Push your changes.
  • Submit a pull request.
  • We will review your changes and try to respond in a timely manner.

That's it!