bottom/.github/pull_request_template.md
2020-04-29 00:07:09 -04:00

45 lines
1.3 KiB
Markdown

## Description
_A description of the change and what it does. If relevant, please provide screenshots of what results from the change:_
## Issue
_If applicable, what issue does this address?_
Closes: #
## Type of change
_Remove the irrelevant ones:_
- [x] _Bug fix (non-breaking change which fixes an issue)_
- [x] _New feature (non-breaking change which adds functionality)_
- [x] _Breaking change (if this change causes breakage or new behaviour, please state what)_
- [x] _Refactoring (some change that doesn't change functionality; if relevant state what was changed)_
- [x] _Other (something else - please specify if relevant)_
## Test methodology
_If required, please state how this was tested:_
_Furthermore, please tick which platforms this change was tested on:_
- [ ] _Windows_
- [ ] _macOS_
- [ ] _Linux_
## Checklist
_If relevant, see if the following have been met:_
- [ ] _Change has been tested to work_
- [ ] _Areas your change affects have been linted using rustfmt_
- [ ] _Code has been self-reviewed_
- [ ] _Code has been tested and no new breakage is introduced unless intended_
- [ ] _Passes CI tests_
- [ ] _Documentation has been added/updated if needed (README, help menu, etc.)_
- [ ] _No merge conflicts arise from the change_
## Other information
_Provide any other relevant information:_