You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-16Lines changed: 5 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@ You want to contribute to `ui5-webcomponents-react`? Welcome! Please read this d
9
9
10
10
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:
11
11
12
-
- The issue is not a duplicate issue.
12
+
- The issue is not a duplicate.
13
13
- The issue has not been fixed in a newer release of the library.
14
14
- 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"
15
17
- Your explanation is clear and complete.
16
18
- 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.
17
19
@@ -25,22 +27,9 @@ If you meet the above criteria, you can submit issues with our [GitHub issue tra
25
27
26
28
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.
27
29
28
-
### Usage of Labels
30
+
### Usage of Labels or Types
29
31
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.
0 commit comments