improve issue templates

This commit is contained in:
Sina Atalay 2023-12-03 18:12:47 +01:00
parent 24ed2f2492
commit 1e968cd1c0
3 changed files with 9 additions and 17 deletions

View File

@ -4,7 +4,6 @@ about: Create a report to help us improve
title: '' title: ''
labels: bug labels: bug
assignees: sinaatalay assignees: sinaatalay
--- ---
**Describe the bug** **Describe the bug**

9
.github/ISSUE_TEMPLATE/enhancement.md vendored Normal file
View File

@ -0,0 +1,9 @@
---
name: Enhancement
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: sinaatalay
---
A clear and concise description of what you want to happen.

View File

@ -1,16 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: sinaatalay
---
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.