mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
[skip travis] Update some github documentation.
This commit is contained in:
parent
3eca695807
commit
35f06f0acf
3 changed files with 3 additions and 2 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -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
|
||||
|
|
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue