Skip to content

Commit 4afdeda

Browse files
nashifkartben
authored andcommitted
.github: TEMPLATES: make description of template match type desc
Remove labels and ensure description of template matches the type it creates, i.e. for Bug, Enhancement, Feature... Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent e25313f commit 4afdeda

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/001_bug_report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Bug Report
2-
description: File a bug report.
3-
labels: ["bug"]
2+
description: File a report for an unexpected problem or behavior (Bug)
43
type: "Bug"
54
assignees: []
65
body:

.github/ISSUE_TEMPLATE/002_enhancement.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Enhancement
2-
description: Submit an Enhancement
3-
labels: ["Enhancement"]
2+
description: Submit an Enhancement (Changes/Updates/Additions to existing features)
43
type: "Enhancement"
54
assignees: []
65
body:

.github/ISSUE_TEMPLATE/003_rfc-proposal.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: RFC / Proposal
2-
description: Submit a Proposal (RFC)
3-
labels: ["RFC"]
2+
description: Submit a Request For Comments (RFC)
43
type: RFC
54
assignees: []
65
body:

.github/ISSUE_TEMPLATE/004_feature_request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature Request
2-
description: Suggest a new feature or enhancement
3-
labels: ["Feature Request"]
2+
description: Suggest a new idea, or new functionality
43
type: Feature
54
assignees: []
65
body:

0 commit comments

Comments
 (0)