bottom/.github/pull_request_template.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

## Description
_A description of the change and what it does. If relevant, please provide screenshots of what results from the change:_
2020-02-23 07:08:48 +01:00
## Issue
2020-02-28 00:31:08 +01:00
_If applicable, what issue does this address?_
2020-02-23 07:08:48 +01:00
2020-04-03 06:53:11 +02:00
Closes: #
2020-02-23 07:08:48 +01:00
## Type of change
_Remove the irrelevant ones:_
2020-03-13 06:09:21 +01:00
- [x] _Bug fix (non-breaking change which fixes an issue)_
- [x] _New feature (non-breaking change which adds functionality)_
2020-04-03 06:53:11 +02:00
- [x] _Breaking change (if this change causes breakage or new behaviour, please state what):_
2020-03-13 06:09:21 +01:00
- [x] _Other (something else - please specify if relevant):_
2020-02-25 03:44:24 +01:00
## Test methodology
_Please state how this was tested:_
2020-02-25 03:44:24 +01:00
_Please tick which platforms this change was tested on:_
2020-03-13 06:09:21 +01:00
- [ ] _Windows_
- [ ] _macOS_
- [ ] _Linux_
## Checklist
_Please ensure all are ticked (and actually done):_
2020-03-13 06:09:21 +01:00
- [ ] _Change has been tested to work_
2020-03-30 06:46:41 +02:00
- [ ] _Areas your change affects have been linted using rustfmt_
2020-03-13 06:09:21 +01:00
- [ ] _Code has been self-reviewed_
2020-04-03 06:53:11 +02:00
- [ ] _Code has been tested and no new breakage is introduced unless intended_
2020-03-13 06:09:21 +01:00
- [ ] _Documentation has been added/updated if needed_
- [ ] _No merge conflicts arise from the change_
## Other information
_Provide any other relevant information:_