mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 23:52:55 +11:00
Github issue templats.
This commit is contained in:
parent
2a55eb577b
commit
2fdddb7ffe
3 changed files with 63 additions and 0 deletions
43
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
43
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
name: ⚠️ Bug
|
||||
about: Report a problem or defect
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- A brief description of the issue -->
|
||||
|
||||
## Environment
|
||||
|
||||
URL:
|
||||
|
||||
<!-- If the issue is browser-specific, include the link from https://whatsmybrowser.org/ -->
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
1.
|
||||
2.
|
||||
3. ...
|
||||
|
||||
## Expected result
|
||||
|
||||
|
||||
## Actual result
|
||||
|
||||
<!-- Include a screenshot or video if applicable -->
|
||||
|
||||
---
|
||||
|
||||
<!-- ⤵️ to be filled out by developer -->
|
||||
|
||||
⏱ Estimated Level of Effort (LOE): _unestimated_
|
||||
|
||||
### Developer Checklist
|
||||
|
||||
* [ ] Estimated LOE
|
||||
* [ ] Tests written (if not include explanation)
|
||||
* [ ] CI tests pass
|
||||
* [ ] Deployed/tested in non-production environment
|
||||
* [ ] Approved for deployment by project owner
|
||||
* [ ] Deployed to production
|
||||
|
12
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: ✨ Feature
|
||||
about: Request new functionality or modifications to existing functionality
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
<!-- Concrete steps that can be taken to confirm this works as expected -->
|
||||
|
||||
|
8
.github/ISSUE_TEMPLATE/task.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/task.md
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
name: 👷 Task
|
||||
about: Behind-the-scenes work (upgrades, technical debt cleanup, etc.)
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
## Reason for task
|
Loading…
Reference in a new issue