From a6ab04dd2755d03ef47fb39737d599cbd249a0c2 Mon Sep 17 00:00:00 2001 From: bobslept <38557801+bobslept@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:39:40 +0200 Subject: [PATCH] chore: add pull request template (#318) --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b3c98825 --- /dev/null +++ b/.github/pull_request_template.md @@ -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