Skip to content

Commit 5a55465

Browse files
authored
docs(Contributing): update contribution guide (#6874)
1 parent 4e9850d commit 5a55465

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ You want to contribute to `ui5-webcomponents-react`? Welcome! Please read this d
99

1010
If you find a bug or some other issue with any part of the library, please [submit an issue](https://github.com/SAP/ui5-webcomponents-react/issues). Before doing so, please make sure that:
1111

12-
- The issue is not a duplicate issue.
12+
- The issue is not a duplicate.
1313
- The issue has not been fixed in a newer release of the library.
1414
- The issue is reproducible.
15+
- You're following our issue template.
16+
- The issue title is short and concise. E.g.: "AnalyticalTable: wrong background color"
1517
- Your explanation is clear and complete.
1618
- You provide example code (preferably by forking this [StackBlitz template](https://stackblitz.com/github/SAP/ui5-webcomponents-react/tree/main/templates/vite-ts?file=src%2FApp.tsx)) and optionally screenshots.
1719

@@ -25,22 +27,9 @@ If you meet the above criteria, you can submit issues with our [GitHub issue tra
2527

2628
You can also use the issue tracker to request a new feature or enhancement. Even if you want to implement the feature yourself, please first submit an issue detailing your proposal so that we may discuss it with you and the community before moving forward.
2729

28-
### Usage of Labels
30+
### Usage of Labels or Types
2931

30-
GitHub offers labels to categorize issues. You can use the following labels:
31-
32-
Labels for issue categories:
33-
34-
- `bug`: Something isn't working / Issues in the code.
35-
- `documentation`: Issues with the documentation (repo and website documentation).
36-
- `feature-request`: New feature or enhancement requests.
37-
38-
Status of open issues:
39-
40-
- `(no label)`: The default status.
41-
- `contribution welcome`: The fix or enhancement is approved and you are invited to contribute to it.
42-
43-
_It may happen that we add more labels to individual issues. These are used to describe the issue more granular, but you don't need to worry about that._
32+
You don’t need to worry about adding labels or types. They’re either set automatically by the template or defined by us to better categorize and classify the issue.
4433

4534
## Contribute Code
4635

0 commit comments

Comments
 (0)