Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 853 Bytes

CONTRIBUTION.md

File metadata and controls

5 lines (4 loc) · 853 Bytes

Pull requests to this project are very welcome! They are most likely to be merged in if they conform to this project's basic goals, scope and structure:

  • If accepted, you agree that your pull-requests will be released to the world under the same license as the rest of the code: the MIT license.
  • It's probably best to log an issue to report a bug or ask how something was meant to be done before jumping in and modifying the code, if only to confirm that there isn't another way to do what you're aiming for, and to increase the odds that your pull request will be merged :)
  • Multiple small pull requests which aim to solve clearly-stated problems are preferable to large pull requests which make many unrelated changes