Skip to content

Commit 73aa1f4

Browse files
committed
[INTERNAL] Document usage of issue type feature
1 parent 6ec20b4 commit 73aa1f4

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
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 UI5 Tooling
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 UI5 Tooling
44
title: ''
5-
labels: enhancement
5+
type: Feature
66
assignees: ''
77

88
---

CONTRIBUTING.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### ⚡️ Quick Links for Maintainers
99
- [All Open Pull Requests (cross-repo)](https://github.com/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+repo%3ASAP%2Fui5-tooling+repo%3ASAP%2Fui5-cli+repo%3ASAP%2Fui5-logger+repo%3ASAP%2Fui5-project+repo%3ASAP%2Fui5-server+repo%3ASAP%2Fui5-builder+repo%3ASAP%2Fui5-fs)
10-
- [Pull Request Queue (cross-repo)](https://github.com/pulls?utf8=%E2%9C%93&q=is%3Apr+-label%3Aenhancement+-label%3Adependencies+-label%3ARFC+is%3Aopen+no%3Aassignee+sort%3Aupdated-desc+repo%3ASAP%2Fui5-tooling+repo%3ASAP%2Fui5-cli+repo%3ASAP%2Fui5-logger+repo%3ASAP%2Fui5-project+repo%3ASAP%2Fui5-server+repo%3ASAP%2Fui5-builder+repo%3ASAP%2Fui5-fs+repo%3ASAP%2Fgrunt-openui5+repo%3ASAP%2Fless-openui5+repo%3ASAP%2Fconnect-openui5+repo%3ASAP%2Fkarma-openui5+repo%3ASAP%2Fopenui5-sample-app)
10+
- [Pull Request Queue (cross-repo)](https://github.com/pulls?utf8=%E2%9C%93&q=is%3Apr+-label%3Adependencies+-label%3ARFC+is%3Aopen+no%3Aassignee+sort%3Aupdated-desc+repo%3ASAP%2Fui5-tooling+repo%3ASAP%2Fui5-cli+repo%3ASAP%2Fui5-logger+repo%3ASAP%2Fui5-project+repo%3ASAP%2Fui5-server+repo%3ASAP%2Fui5-builder+repo%3ASAP%2Fui5-fs+repo%3ASAP%2Fgrunt-openui5+repo%3ASAP%2Fless-openui5+repo%3ASAP%2Fconnect-openui5+repo%3ASAP%2Fkarma-openui5+repo%3ASAP%2Fopenui5-sample-app)
1111

1212
## 📝 Reporting Issues
1313
### Seeking Help / Not a Bug
@@ -50,11 +50,19 @@ Please also refer to the general [SAP security information page](https://www.sap
5050
### Use of Labels
5151
GitHub offers labels to categorize issues. The labels can only be set and modified by committers.
5252

53-
##### General issue categories:
54-
* **`bug`**: This issue is a bug in the code.
53+
#### General issue types:
54+
- **`Bug`**: This issue is a bug in the code.
55+
- **`Feature`**: This is not a bug report, but an feature request.
56+
57+
#### Specific issue categories for UI5 Tooling:
5558
* **`documentation`**: This issue is about wrong documentation.
56-
* **`enhancement`**: This is not a bug report, but an enhancement request.
5759
* **`needs triage`**: This issue needs to be investigated and confirmed as a valid issue that is not a duplicate
60+
* **`module/ui5-builder`**: This issue is related to the UI5 Builder module
61+
* **`module/ui5-cli`**: This issue is related to the UI5 CLI module
62+
* **`module/ui5-fs`**: This issue is related to the UI5 FS module
63+
* **`module/ui5-logger`**: This issue is related to the UI5 Logger module
64+
* **`module/ui5-project`**: This issue is related to the UI5 Project module
65+
* **`module/ui5-server`**: This issue is related to the UI5 Server module
5866

5967
##### Status of an open issue:
6068
* **`information required`**: The author is required to provide information.

0 commit comments

Comments
 (0)