mirror of
https://github.com/ublue-os/bazzite.git
synced 2024-12-29 12:22:20 +00:00
17 lines
799 B
Markdown
17 lines
799 B
Markdown
<!---
|
|
Thank you for contributing to the Universal Blue project!
|
|
Here are some tips for you:
|
|
|
|
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
|
|
-->
|