Skip to content

Commit 2465a25

Browse files
feat: pr checklist (#491)
* feat: pr checklist * fix: removed depricated step * Rename pull_request_template.md to PULL_REQUEST_TEMPLATE.md * removed test pass check * Delete .github/workflows/checklist.yml * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md
1 parent 90d07ac commit 2465a25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Considerations
2+
3+
- [ ] I have tested the changes in both light and dark mode.
4+
- [ ] I have considered the need for new unit tests.
5+
- [ ] I have tested the changes on a cluster.
6+
- [ ] I have included relevant documentation updates.
7+
- [ ] I have an approved Figma design or have reflected my changes in Figma
8+
- [ ] I have verified that the UI/UX is consistent in major browsers (e.g., Chrome, Firefox, Safari, Edge).
9+
- [ ] I have tested the changes for responsiveness in different screen resolutions.
10+
- [ ] I have tested expected error states and verified that the user is presented with informative error messages.
11+
- [ ] I have tested the feature with unusual or extreme inputs (e.g., very long strings, empty states, clicking a button multiple times quickly).

0 commit comments

Comments
 (0)