[skip travis] Update some github documentation.

This commit is contained in:
ClementTsang 2020-02-27 16:08:39 -05:00
parent 3eca695807
commit 35f06f0acf
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Bug report
about: Found a bug? Make sure it hasn't already been filed/solved - if so, please report it!
title: ""
labels: "bug"
assignees: "ClementTsang"
assignees: ""
---
## Describe the bug

View File

@ -3,7 +3,7 @@ name: Feature request
about: Got a good idea that hasn't already been mentioned? Suggest it!
title: ""
labels: "enhancement"
assignees: "ClementTsang"
assignees: ""
---
## Describe the feature request

View File

@ -23,6 +23,7 @@ _Please state how this was tested:_
_Please ensure all are ticked (and actually done):_
- [ ] Feature itself has been tested and verified to work
- [ ] Code has been linted
- [ ] Code has been self-reviewed
- [ ] Code has been tested and no new breakage is introduced