Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 869 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 869 Bytes

Contributing Guidelines

Don't include assets whose license or copyright conflict with this project's MIT license.

Do follow git best practices wherever possible.

Do feel free to pester the project maintainers about the PR if it hasn't been responded to. Sometimes notifications can be missed.

Don't include more than one feature or fix in a single PR.

Don't include changes unrelated to the purpose of the PR. This includes changing the project version number, adding lines to the .gitignore file, or changing the indentation or formatting.

Don't open a new PR if changes are requested. Just push to the same branch and the PR will be updated.

Do use CONFIG.debug.hooks = true to find applicable hooks

Do update release-notes.md with the changes you've submitted