We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704c1e7 commit 83570e7Copy full SHA for 83570e7
.github/pull_request_template.md
@@ -0,0 +1,17 @@
1
+## Description
2
+<!-- Describe your changes -->
3
+
4
+## Accessibility Checklist
5
+Before submitting, ensure:
6
+- [ ] All images have accessibility labels or are marked as hidden
7
+- [ ] All interactive elements have clear, descriptive labels
8
+- [ ] Color is not the only means of conveying information
9
+- [ ] Custom controls have appropriate accessibility traits
10
+- [ ] Tested with VoiceOver (if UI changes)
11
+- [ ] No generic labels like "Button" or "Image"
12
13
+## Testing
14
+<!-- How did you test these changes? -->
15
16
+## Screenshots
17
+<!-- If applicable, add screenshots -->
0 commit comments