Skip to content

Commit 2cfc804

Browse files
authored
Revise pull request template for better guidance
Updated the pull request template to improve clarity and checklist items.
1 parent 44bdbe0 commit 2cfc804

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,17 @@ Describe the key changes (e.g., new sections, updated components, responsive fix
2222
-->
2323

2424
## Dependencies
25-
25+
<!--
2626
- List any new dependencies or tools required for this change.
2727
- Mention any version updates or configurations that need to be considered.
28+
- List any version changes made to the codebase.
29+
-->
2830

2931
## Checklist
3032

3133
- [ ] My code follows the style guidelines of this project.
3234
- [ ] I have tested my changes across major browsers and devices
35+
- [ ] I had self reviewed my changes before opening the PR.
3336
- [ ] My changes do not generate new console warnings or errors .
3437
- [ ] I ran `npm run build` and attached screenshot(s) in this PR.
3538
- [ ] This is already assigned Issue to me, not an unassigned issue.

0 commit comments

Comments
 (0)