Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

45 lines (27 loc) · 1.09 KB

Contributing

Issues

Issues are very valuable to this project.

  • Ideas are a valuable source of contributions others can make
  • Problems show where this project is lacking
  • With a question you show where contributors can improve the user experience

Thank you for creating them.

Pull Requests

Pull requests are, a great way to get your ideas into this repository.

When deciding if we merge in a pull request we look at the following things:

Does it state intent

You should be clear which problem you're trying to solve with your contribution.

For example:

Add link to code of conduct in README.md

Doesn't tell us anything about why you're doing that

Add link to code of conduct in README.md because users don't always look in the CONTRIBUTING.md

Tells which problem you have found, and shows the action you have taken to solve it.

Does it include tests

Including tests for any new features or bugs is highly encouraged.

Does it follow the contributor covenant

This repository has a code of conduct, we will remove things that do not respect it.