Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 753 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 753 Bytes

Contributing

If you just have an idea for a change but don't want to implement it yourself, add an issue to this repository (but make sure to check for duplicates first!). Be descriptive and also add labels as appropriate.

If you want to make a change yourself, you'll need to make a pull request. To do that:

  • Create a new branch locally.
  • Make changes and commit them (make sure you have good commit messages!).
  • Run make lint (or just make, if you don't have mdl installed yet) to ensure your code follows our Markdown style rules.
  • Push your local branch to the remote repository.
  • Make a pull request on GitHub's web interface.