Update issue templates
Added Template for Custom.
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: "[BUG] - "
|
||||||
labels: ''
|
labels: bug
|
||||||
assignees: ''
|
assignees: UnstableKitsune
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
21
.github/ISSUE_TEMPLATE/custom.md
vendored
21
.github/ISSUE_TEMPLATE/custom.md
vendored
@@ -1,10 +1,27 @@
|
|||||||
---
|
---
|
||||||
name: Custom issue template
|
name: Custom issue template
|
||||||
about: Describe this issue template's purpose here.
|
about: Describe this issue template's purpose here.
|
||||||
title: ''
|
title: "[Custom] - "
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: UnstableKitsune
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
**Describe the Issue**
|
||||||
|
A clear and concise description of what the issue is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|||||||
Reference in New Issue
Block a user