Skip to content

Commit 1956594

Browse files
committed
docs(issues): Document usage of issue type feature
1 parent 73866e4 commit 1956594

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: Bug Report
33
about: Report an issue with a package part of UI5 Tooling Extensions
44
title: ''
5-
labels: bug, needs triage
5+
type: Bug
6+
labels: needs triage
67
assignees: ''
78

89
---

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Request a new feature to be added to a package part of UI5 Tooling Extensions
44
title: ''
5-
labels: enhancement
5+
type: Feature
66
assignees: ''
77

88
---

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,14 @@ Please also refer to the general [SAP security information page](https://www.sap
5555

5656
GitHub offers labels to categorize issues. The labels can only be set and modified by committers.
5757

58-
#### General issue categories:
58+
#### General issue types:
59+
60+
- **`Bug`**: This issue is a bug in the code.
61+
- **`Feature`**: This is not a bug report, but an feature request.
62+
63+
#### Specific issue categories for UI5 Tooling Extensions:
5964

60-
- **`bug`**: This issue is a bug in the code.
6165
- **`documentation`**: This issue is about wrong documentation.
62-
- **`enhancement`**: This is not a bug report, but an enhancement request.
6366
- **`needs triage`**: This issue needs to be investigated and confirmed as a valid issue that is not a duplicate
6467

6568
##### Status of an open issue:

0 commit comments

Comments
 (0)