Skip to content

Commit a7d2be1

Browse files
2 parents ed88190 + 5027946 commit a7d2be1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/pull_request_template.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Description
2+
<!-- Provide a brief description of the changes made in this PR -->
3+
- Fixes: #(replace_with_the_issue_fixed)
4+
5+
### Checklist
6+
- [ ] Ran `npx prettier --write .` (for formatting)
7+
- [ ] Ran `gofmt -w .` (for Go backend)
8+
- [ ] Ran `npm test` (for JS/TS testing)
9+
- [ ] Added unit tests, if applicable
10+
- [ ] Verified all tests pass
11+
- [ ] Updated documentation, if needed
12+
13+
### Additional Notes
14+
<!-- Any additional info, screenshots, or context -->

0 commit comments

Comments
 (0)