mirror of
https://github.com/ClementTsang/bottom
synced 2025-02-16 21:28:26 +00:00
Update github files again.
This commit is contained in:
parent
34b84d6b04
commit
5e9d9500d5
3 changed files with 14 additions and 7 deletions
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
7
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Found a bug? Please report it if it hasn't already been filed...
|
||||
about: Found a bug? Make sure it hasn't already been filed/solved - if so, please report it!
|
||||
title: ""
|
||||
labels: "bug"
|
||||
assignees: "ClementTsang"
|
||||
|
@ -25,9 +25,12 @@ If applicable, add screenshots to help explain your problem.
|
|||
|
||||
Provide information on:
|
||||
|
||||
**OS:**
|
||||
**Operating System:**
|
||||
|
||||
**Terminal:**
|
||||
|
||||
**Any other relevant information (more details are always good!):**
|
||||
|
||||
## Additional context
|
||||
|
||||
If anything hasn't been covered by the above categories, state it down here.
|
||||
|
|
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
about: Got a good idea that hasn't already been mentioned? Suggest it!
|
||||
title: ""
|
||||
labels: "enhancement"
|
||||
assignees: "ClementTsang"
|
||||
|
@ -8,8 +8,8 @@ assignees: "ClementTsang"
|
|||
|
||||
## Describe the feature request
|
||||
|
||||
Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue.
|
||||
Why should we consider this feature request? Describe why, and/or how you think this feature will solve the issue, or overall improve the application.
|
||||
|
||||
## Additional context
|
||||
## Additional context/details
|
||||
|
||||
Provide any additional context here.
|
||||
Provide any additional context or details here. What needs to be done, why, etc.
|
||||
|
|
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
|
@ -1,6 +1,6 @@
|
|||
## Description
|
||||
|
||||
A description of the change and what it does. If relevant, please provide screenshots of what results from the change.
|
||||
A description of the change and what it does. If relevant, please provide screenshots of what results from the change.
|
||||
|
||||
## Issue
|
||||
|
||||
|
@ -15,6 +15,10 @@ Remove the irrelevant one.
|
|||
- [ ] Bug fix (non-breaking change which fixes an issue)
|
||||
- [ ] New feature (non-breaking change which adds functionality)
|
||||
|
||||
## Test methodology
|
||||
|
||||
Please state how this was tested.
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] Code has been linted
|
||||
|
|
Loading…
Add table
Reference in a new issue