mirror of https://github.com/eyhc1/rendercv.git
improve issue templates
This commit is contained in:
parent
24ed2f2492
commit
1e968cd1c0
|
@ -4,7 +4,6 @@ about: Create a report to help us improve
|
|||
title: ''
|
||||
labels: bug
|
||||
assignees: sinaatalay
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
|
|
@ -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.
|
|
@ -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.
|
Loading…
Reference in New Issue