Update issue templates

This commit is contained in:
wish
2022-08-31 17:07:39 +10:00
committed by GitHub
parent 8c42dcafe8
commit fd873be34f
3 changed files with 59 additions and 0 deletions

21
.github/ISSUE_TEMPLATE/bug.md vendored Normal file
View File

@@ -0,0 +1,21 @@
---
name: Bug
about: Bug
title: ''
labels: bug
assignees: ''
---
**Description**:
A clear and concise description of what the bug is.
**Reproduction Steps**:
1.
2.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

17
.github/ISSUE_TEMPLATE/feature.md vendored Normal file
View File

@@ -0,0 +1,17 @@
---
name: Feature
about: Feature
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to an existing issue?**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.

21
.github/ISSUE_TEMPLATE/issue-bug.md vendored Normal file
View File

@@ -0,0 +1,21 @@
---
name: Issue-Bug
about: Bug Report
title: ''
labels: bug
assignees: ''
---
**Description**:
A clear and concise description of what the bug is.
**Reproduction Steps**:
1.
2.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.