Skip to content

Commit b7c735c

Browse files
authored
Merge pull request #93 from dkstlzk/patch-1
created pr_template.md
2 parents e7b52aa + a03c5fa commit b7c735c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/pr_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Pull Request Template
2+
3+
## Title
4+
[Provide a relevant and descriptive title for the pull request.]
5+
6+
## Type of Change
7+
- [ ] New feature
8+
- [ ] Bug fix
9+
- [ ] UI/UX improvement
10+
11+
## Checklist
12+
- [ ] My code adheres to the coding and style guidelines of the project.
13+
- [ ] I have performed a self-review of my own code.
14+
- [ ] I have commented my code, particularly in hard-to-understand areas.
15+
- [ ] I have made corresponding changes to the documentation.
16+
- [ ] My changes generate no new warnings.
17+
18+
## Description and Impact
19+
[Provide a summary of the changes made in this PR. Explain why the change is necessary/being made, and how it improves the project (include effects on performance, new dependencies, or changes in behaviour). Link any related issues.]
20+
21+
## Screenshots
22+
[Add any relevant screenshots to show changes visually.]
23+
24+
## Additional Information
25+
[Provide any extra info that may be helpful for reviewers. Ex: Mention changes dependent on other services or features (if present).]

0 commit comments

Comments
 (0)