Skip to content

Commit 5c66c67

Browse files
committed
docs: enhance pull request template with detailed sections
1 parent e2c2a7e commit 5c66c67

1 file changed

Lines changed: 43 additions & 5 deletions

File tree

.github/pull_request_template.md

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,49 @@
1-
Resolves #[Issue Number if there]
1+
## Description
2+
Please include a summary of the change and the related issue.
3+
Explain the motivation for this change and any relevant context.
4+
5+
26
### PR Fixes:
3-
- 1
4-
- 2
7+
Resolves # (issue number)
8+
9+
---
10+
11+
## Type of Change
12+
Select all that apply:
13+
- [ ] Bug fix
14+
- [ ] New feature
15+
- [ ] Breaking change
16+
- [ ] Documentation update
17+
- [ ] Other (please describe):
18+
19+
---
20+
21+
## Changes Made
22+
-
23+
24+
---
25+
26+
## Testing Steps
27+
Describe the steps taken to test the changes:
28+
1.
29+
2.
530

6-
### Checklist before requesting a review
7-
- [ ] I have pull latest changes from `main` branch
31+
---
32+
33+
## Screenshots (if applicable)
34+
_Add screenshots to help explain your changes._
35+
36+
---
37+
38+
## Checklist before requesting a review
39+
- [ ] I have pulled the latest changes from `main` branch
840
- [ ] I have tested the changes locally
941
- [ ] I have run `npm run lint:fix` locally
1042
- [ ] I have performed a self-review of my code
1143
- [ ] I assure there is no similar/duplicate pull request regarding same issue
44+
- [ ] I have commented my code where necessary
45+
- [ ] I have updated relevant documentation if needed
46+
47+
48+
49+

0 commit comments

Comments
 (0)