Skip to content

Commit 5ce8fe9

Browse files
authored
docs(CONTRIBUTING): add a11y issue info (#6531)
1 parent 38ec9d5 commit 5ce8fe9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ If you find a bug or some other issue with any part of the library, please [subm
1515
- Your explanation is clear and complete.
1616
- 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.
1717

18-
If you meet the above criteria, you can submit issues with our [GitHub issue tracker](https://github.com/SAP/ui5-webcomponents-react/issues/new/choose). Please use [labels](#usage-of-labels) to categorize your issue.
18+
**For accessibility issues:**
19+
20+
- You follow the "[Testing Accessibility](https://sap.github.io/ui5-webcomponents/docs/advanced/accessibility/#testing-accessibility)" guidelines and include all relevant information.
21+
22+
If you meet the above criteria, you can submit issues with our [GitHub issue tracker](https://github.com/SAP/ui5-webcomponents-react/issues/new/choose).
1923

2024
## Feature Requests
2125

22-
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. Please use [labels](#usage-of-labels) when creating feature requests.
26+
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.
2327

2428
### Usage of Labels
2529

@@ -36,7 +40,7 @@ Status of open issues:
3640
- `(no label)`: The default status.
3741
- `contribution welcome`: The fix or enhancement is approved and you are invited to contribute to it.
3842

39-
_It may happen that we add more labels to individual issues. These are used to describe the issue more granularly, but you don't need to worry about that._
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._
4044

4145
## Contribute Code
4246

0 commit comments

Comments
 (0)