- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Refactor / internal changes (changes do not affect functionality, but are an improvement to the codebase)
- Changes have been tested.
- All new and existing tests are passing.
- Any new errors or warnings that were caused by your changes have been fixed.
- Documentation has been added or updated if necessary.
Copy & paste the raw markup into a file named
pull_request_template.md
in the.github/
directory of your repo.You can adjust repo settings in Github to only allow the merge when all checkboxes are checked.