bottom/.github/pull_request_template.md

43 lines
1.0 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 09:08:48 +03:00
## Issue
2020-02-28 02:31:08 +03:00
_If applicable, what issue does this address?_
2020-02-23 09:08:48 +03:00
2020-03-13 08:09:21 +03:00
_Closes:_ #
2020-02-23 09:08:48 +03:00
## Type of change
_Remove the irrelevant ones:_
2020-03-13 08:09:21 +03:00
- [x] _Bug fix (non-breaking change which fixes an issue)_
- [x] _New feature (non-breaking change which adds functionality)_
- [x] _Other (something else - please specify if relevant):_
2020-02-25 05:44:24 +03:00
## Test methodology
_Please state how this was tested:_
2020-02-25 05:44:24 +03:00
_Please tick which platforms this change was tested on:_
2020-03-13 08:09:21 +03:00
- [ ] _Windows_
- [ ] _macOS_
- [ ] _Linux_
## Checklist
_Please ensure all are ticked (and actually done):_
2020-03-13 08:09:21 +03:00
- [ ] _Change has been tested to work_
- [ ] _Areas your change affects has been linted using rustfmt_
- [ ] _Code has been self-reviewed_
- [ ] _Code has been tested and no new breakage is introduced_
- [ ] _Documentation has been added/updated if needed_
- [ ] _No merge conflicts arise from the change_
## Other information
_Provide any other relevant information:_