bazzite/.github/pull_request_template.md
Jorge O. Castro 4b0aff3a5e
chore: update pull_request_template.md (#795)
Add link to contributor's guide
2024-02-22 16:06:32 -08:00

21 lines
976 B
Markdown

<!---
Thank you for contributing to the Universal Blue project!
Here are some tips for you:
## Thank you for contributing to the Universal Blue project!
Please [read the Contributor's Guide](https://universal-blue.org/CONTRIBUTING/) before submitting a pull request.
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 as we use this to generate changelogs with the right sections:
feat(deck): enable this deck specific feature
fix(ally): fix screen rotation on the ally
feat(gnome): Stuff that is GNOME specific
If you're unsure a generic `feat:` or `fix:` is fine! Did you already use this? Awesome, thanks again! Not sure what this all means? Here are some [more examples][3].
[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
-->