Skip to content

Commit 1379ceb

Browse files
authored
Create pull_request_template.md
1 parent 7b7b103 commit 1379ceb

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Description
2+
3+
Provide a brief summary of the changes made to the website and the motivation behind them. Include any relevant issues or tickets.
4+
This helps fast tracking your PR and merge it, Check the respective box below.
5+
6+
Fixes # (issue)
7+
8+
## Type of Change
9+
10+
- [ ] New feature (e.g., new page, component, or functionality)
11+
- [ ] Bug fix (non-breaking change that fixes an issue)
12+
- [ ] UI/UX improvement (design, layout, or styling updates)
13+
- [ ] Performance optimization (e.g., code splitting, caching)
14+
- [ ] Documentation update (README, contribution guidelines, etc.)
15+
- [ ] Other (please specify):
16+
17+
## Changes Made
18+
19+
- Describe the key changes (e.g., new sections, updated components, responsive fixes).
20+
21+
## Dependencies
22+
23+
- List any new dependencies or tools required for this change.
24+
- Mention any version updates or configurations that need to be considered.
25+
26+
## Checklist
27+
28+
- [ ] My code follows the style guidelines of this project.
29+
- [ ] I have tested my changes across major browsers/devices
30+
- [ ] My changes do not generate new console warnings or errors , I ran `npm run build` and attached scrrenshot in this PR.
31+
- [ ] This is already assigned Issue to me, not an unassigned issue.

0 commit comments

Comments
 (0)