Minor update to pull_request_template.md

This commit is contained in:
Gorkem Cetin (BWL)
2024-12-12 00:13:10 -05:00
committed by GitHub
parent 79c4cfc2e8
commit 2145be5160
@@ -1,6 +1,6 @@
## Describe your changes
Provide a brief description of the changes youve made and their purpose.
Briefly describe the changes you made and their purpose.
## Issue number
@@ -11,4 +11,10 @@ Mention the issue number(s) this PR addresses (e.g., #123).
- [ ] I have performed a self-review of my code.
- [ ] I have included the issue # in the PR.
- [ ] I have labelled the PR correctly.
- [ ] My PR is granular and targeted to one specific feature only.
- [ ] I didn't use any hardcoded values (otherwise it will not scale, and will make it difficult to maintain consistency across the application).
- [ ] I made sure font sizes, color choices etc are all referenced from the theme.
- [ ] My PR is granular and targeted to one specific feature.
- [ ] I took a screenshot or a video and attached to this PR if there is a UI change.