Update pull_request_template.md

This commit is contained in:
Clement Tsang 2020-03-13 01:09:21 -04:00 committed by GitHub
parent 1968bb14b4
commit a17bf0b973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,15 @@ _A description of the change and what it does. If relevant, please provide scree
_If applicable, what issue does this address?_ _If applicable, what issue does this address?_
Closes: # _Closes:_ #
## Type of change ## Type of change
_Remove the irrelevant ones:_ _Remove the irrelevant ones:_
- [x] Bug fix (non-breaking change which fixes an issue) - [x] _Bug fix (non-breaking change which fixes an issue)_
- [x] New feature (non-breaking change which adds functionality) - [x] _New feature (non-breaking change which adds functionality)_
- [x] Other (something else - please specify if relevant) - [x] _Other (something else - please specify if relevant):_
## Test methodology ## Test methodology
@ -22,20 +22,20 @@ _Please state how this was tested:_
_Please tick which platforms this change was tested on:_ _Please tick which platforms this change was tested on:_
- [ ] Windows - [ ] _Windows_
- [ ] macOS - [ ] _macOS_
- [ ] Linux - [ ] _Linux_
## Checklist ## Checklist
_Please ensure all are ticked (and actually done):_ _Please ensure all are ticked (and actually done):_
- [ ] Change has been tested to work - [ ] _Change has been tested to work_
- [ ] Areas your change affects has been linted using rustfmt - [ ] _Areas your change affects has been linted using rustfmt_
- [ ] Code has been self-reviewed - [ ] _Code has been self-reviewed_
- [ ] Code has been tested and no new breakage is introduced - [ ] _Code has been tested and no new breakage is introduced_
- [ ] Documentation has been added/updated if needed - [ ] _Documentation has been added/updated if needed_
- [ ] No merge conflicts arise from the change - [ ] _No merge conflicts arise from the change_
## Other information ## Other information