Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name: Bug Report
about: Report an issue with a package part of UI5 Tooling Extensions
title: ''
labels: bug, needs triage
type: Bug
labels: needs triage
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature Request
about: Request a new feature to be added to a package part of UI5 Tooling Extensions
title: ''
labels: enhancement
type: Feature
assignees: ''

---
Expand Down
9 changes: 6 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ Please also refer to the general [SAP security information page](https://www.sap

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

#### General issue categories:
#### General issue types:

- **`Bug`**: This issue is a bug in the code.
- **`Feature`**: This is not a bug report, but an feature request.

#### Specific issue categories for UI5 Tooling Extensions:

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

##### Status of an open issue:
Expand Down