bottom/.github/pull_request_template.md

36 lines
845 B
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 06:08:48 +00:00
## Issue
2020-02-27 23:31:08 +00:00
_If applicable, what issue does this address?_
2020-02-23 06:08:48 +00:00
Closes: #
2020-02-23 06:08:48 +00:00
## Type of change
_Remove the irrelevant one:_
- [x] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [x] Other (something else)
2020-02-25 02:44:24 +00:00
## Test methodology
_Please state how this was tested:_
2020-02-25 02:44:24 +00:00
## Checklist
_Please ensure all are ticked (and actually done):_
- [ ] 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
## Other information
_Provide any other relevant information:_