Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 630 Bytes

Feedback

We'd love the feedback from you. Please create GitHub Issues for feature discussions, bug reports and anything you'd like us to know. Be sure to check out the closed issues before you open new ones.

Contributing

  1. Fork the repo.

  2. Create a local feature branch from the latest master, prefix it with feature/ and use hyphen-separated-words to name your branch:

git checkout -b feature/your-branch
  1. Add your changes and push it to your fork

  2. Create a pull request