Skip to content

Commit

Permalink
fix: add more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Aug 30, 2023
1 parent 57edc0b commit 4d49d60
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
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. Not sure what this all means? Here are some [examples][3]. Did you already use this? Awesome, thanks again!
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
Expand Down

0 comments on commit 4d49d60

Please sign in to comment.