chore: Add pull request template (Thanks bobslept)

This commit is contained in:
Kyle Gospodnetich 2023-08-29 08:47:32 -07:00
parent 8b77a93afe
commit 7f844479d5

7
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,7 @@
## Thank you for contributing to the Universal Blue project!
### Guidelines
In this project we follow [Semantic PRs][1] and [Conventional Commits][2] to describe features and fixes we made. It would be nice if you did too. Not sure what this all means? Here are some [examples][3]. Did you already use this? Awesome, thanks again!
[1]: https://github.com/Ezard/semantic-prs
[2]: https://www.conventionalcommits.org/en/v1.0.0/#summary
[3]: https://www.conventionalcommits.org/en/v1.0.0/#examples