Skip to content

Commit 69ae168

Browse files
committedFeb 11, 2025·
docs(github): Adjust issue templates to issue types
The "bug" and "enhancement" labels have been replaces by issues types of the same names, and "new feature" was combined into "enhancement". Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 9c32fea commit 69ae168

File tree

3 files changed

+6
-26
lines changed

3 files changed

+6
-26
lines changed
 

‎.github/ISSUE_TEMPLATE/bug.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Bug Report 🐞
33
about: I want to report a bug that I am facing.
44
title: ''
5-
labels: ['bug', 'to triage']
5+
type: 'Bug'
6+
labels: ['to triage']
67

78
---
89
### Describe the bug

‎.github/ISSUE_TEMPLATE/enhancement.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
name: Enhancement Proposal ⚡
3-
about: I want to propose to enhance existing functionality.
3+
about: I want to propose some new functionality.
44
title: ''
5-
labels: ['enhancement', 'to triage']
5+
type: 'Enhancement'
6+
labels: ['to triage']
67

78
---
8-
### What is the existing functionality and how should it be enhanced?
9+
### What is the functionality you want to propose?
910

1011
A clear and concise description of what you propose to change and why it is an enhancement.
1112

‎.github/ISSUE_TEMPLATE/feature.md

-22
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.