Skip to content

Commit b0591d2

Browse files
committed
#58 - Design PR template proposal
- Implemented new template for Pull requests.
1 parent 57bc46d commit b0591d2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Release Notes:
2+
> Provide a concise summary of changes for the release notes. Include any new features, bug fixes, or other significant updates. Keep it brief and to the point.
3+
4+
## Checklist:
5+
> Ensure the following tasks are completed before submission.
6+
- [ ] My code follows the project style guidelines
7+
- [ ] I have performed a self-review of my code
8+
- [ ] I have commented my code, particularly in hard-to-understand areas
9+
- [ ] I have added tests that prove my fix is effective or my feature works
10+
- [ ] New and existing tests pass locally with my changes
11+
- [ ] I have used a code formatting tool to ensure consistent style
12+
- [ ] I have run a linter to check for code quality issues
13+
14+
## Additional Context:
15+
> Add any other context about the pull request here.
16+
17+
---
18+
> **Note:** Remember to link this PR to the related issue by adding `Fixes #issue_number` to the description above.
19+
20+
Fixes **or** Closes #(issue)

0 commit comments

Comments
 (0)