From e5ceb0b12d891e6396720d316d9a38e5823bbb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 25 Sep 2024 10:06:45 +0200 Subject: [PATCH] add template for pull requests --- .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 000000000..50dcac4df --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ + +# Add a reference to related issue - preferably in the git commit message +Fixes: #NUMBER + +# Add release notes. See https://rpm-software-management.github.io/mock/Release-Notes-New-Entry +# or let us know to add `label no-release-notes` if you think the change does +# not deserve a release notes.