generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Title | ||
|
||
## What kind of change does this PR introduce? | ||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting, local variables) | ||
- [ ] Refactoring (no functional changes, no API changes) | ||
- [ ] Build related changes | ||
- [ ] CI related changes | ||
- [ ] Documentation content changes | ||
- [ ] Other (please describe): | ||
|
||
## Description | ||
|
||
<!-- Please include a summary of the change and the related issue(s). --> | ||
|
||
### Link to Page | ||
<!-- If applicable, provide a link to the relevant page. --> | ||
|
||
## Screenshots | ||
<!-- If applicable, add screenshots to help explain your changes. --> | ||
|
||
## Related Tickets & Documents | ||
- Related Issue # | ||
<!-- Reference any related issues by their number. --> | ||
- Closes # | ||
<!-- Indicate which issue(s) will be closed by merging this PR. --> | ||
|
||
## UI Accessibility Checklist | ||
If your PR includes UI changes, please utilize this checklist: | ||
- [ ] Semantic HTML implemented | ||
- [ ] Keyboard operability supported | ||
- [ ] Checked with [axe DevTools](https://www.deque.com/axe/) and addressed `Critical` and `Serious` issues | ||
- [ ] Color contrast tested | ||
|
||
## Additional Context | ||
<!-- Add any other context or information that reviewers might need. --> | ||
|
||
## Reviewer Notes | ||
<!-- Anything specific you want the reviewer to focus on? --> | ||
|