Skip to content

Commit

Permalink
Merge pull request #93 from dkstlzk/patch-1
Browse files Browse the repository at this point in the history
created pr_template.md
  • Loading branch information
a19hu authored Jan 10, 2025
2 parents e7b52aa + a03c5fa commit b7c735c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/pr_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Pull Request Template

## Title
[Provide a relevant and descriptive title for the pull request.]

## Type of Change
- [ ] New feature
- [ ] Bug fix
- [ ] UI/UX improvement

## Checklist
- [ ] My code adheres to the coding and style guidelines of the project.
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, particularly in hard-to-understand areas.
- [ ] I have made corresponding changes to the documentation.
- [ ] My changes generate no new warnings.

## Description and Impact
[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.]

## Screenshots
[Add any relevant screenshots to show changes visually.]

## Additional Information
[Provide any extra info that may be helpful for reviewers. Ex: Mention changes dependent on other services or features (if present).]

0 comments on commit b7c735c

Please sign in to comment.