Skip to content

Commit 50215fa

Browse files
authored
docs: add bug reproduction section and UI/UX category guidance (#8368)
Signed-off-by: severe77 <maityanubhab2007@gmail.com>
1 parent 79b8536 commit 50215fa

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/pull_request_template.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Please complete the sections below to help us review your changes efficiently.
2121

2222
- [ ] Bug Fix — Fixes a bug or incorrect behavior
2323
- [ ] Feature — Adds new functionality
24+
- [ ] UI/UX — Changes to the user interface or user experience
2425
- [ ] Performance — Improves load time, memory, rendering, etc.
2526
- [ ] Tests — Adds or updates test coverage
2627
- [ ] Documentation — Updates to docs, comments, or README
@@ -35,9 +36,13 @@ Please complete the sections below to help us review your changes efficiently.
3536

3637
---
3738

39+
## Steps to Reproduce
40+
41+
<!-- For bug fixes, please provide clear steps and relevant details to reproduce the issue. Leave blank if not applicable. -->
42+
3843
## Visual Changes
3944

40-
<!-- If this PR introduces visual or UI changes, provide before and after screenshots or videos. Remove this entire section if not applicable. -->
45+
<!-- If this PR introduces visual or UI changes, please provide before and after screenshots or videos. Remove this entire section if not applicable. -->
4146

4247
### Before
4348

.github/workflows/pr-category-check.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ jobs:
7979
displayName: 'Chore / Refactor',
8080
pattern: /-\s*\[x\]\s*Chore/i,
8181
},
82+
{
83+
label: 'ui/ux',
84+
color: 'F59E0B',
85+
description: 'Changes to the user interface or user experience',
86+
displayName: 'UI/UX',
87+
pattern: /-\s*\[x\]\s*UI\/UX/i,
88+
},
8289
{
8390
label: 'i18n',
8491
color: '0D9488',
@@ -112,6 +119,7 @@ jobs:
112119
'| Tests | Adds or updates test coverage |',
113120
'| Documentation | Updates to docs, comments, or README |',
114121
'| CI/CD | Changes to CI/CD workflows and automation |',
122+
'| UI/UX | Changes to the user interface or user experience |',
115123
'| i18n | Internationalization and localization changes |',
116124
'',
117125
'Example: Change `- [ ] Bug Fix` to `- [x] Bug Fix`',

0 commit comments

Comments
 (0)