Skip to content

Commit cd6af34

Browse files
committed
Added new pr template (v0.7.7)
1 parent 10fcc3a commit cd6af34

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
## Changes:
2-
- Added something..
3-
- Changed something..
4-
- Removed something..
5-
- Bug fixed..
6-
7-
<!-- Describe changes by form above (Adding, deletion of something is also change)
8-
Also mention bug fixes if it fixed
9-
Remove this comment -->
1+
### Description
2+
Describe the changes in this pull request.
3+
4+
### Related Issue
5+
- Mention the related issue here (if applicable).
6+
7+
### Type of Change
8+
- [ ] Bug fix
9+
- [ ] New feature
10+
- [ ] Code quality improvements
11+
- [ ] Refactoring
12+
- [ ] Documentation update
13+
- [ ] Other (please specify)
14+
15+
### Checklist
16+
- [ ] I have performed a self-review of my own code.
17+
- [ ] I have written unit tests and/or e2e tests.
18+
- [ ] My code follows the project's code style guidelines.
19+
- [ ] I have made corresponding changes to the documentation.
20+
- [ ] My changes do not produce any new warnings or errors.
21+
- [ ] I have tested my changes.
22+
23+
### Screenshots (if applicable)
24+
Please attach any relevant screenshots or images if applicable.

0 commit comments

Comments
 (0)