Update issue templates

This commit is contained in:
0xSage 2023-09-29 14:46:12 +08:00 committed by GitHub
parent 87cb7ceb93
commit 1ac94816e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,17 @@
---
name: Epic (large feature request)
about: Suggest an idea for this project
title: 'epic: [DESCRIPTION]'
labels: 'type: epic'
assignees: ''
---
**Problem**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Success Criteria**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the epic request here.

View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: 'feat: [DESCRIPTION]'
labels: 'type: bug'
labels: 'type: feature request'
assignees: ''
---