From 8d015f6faf1114c9b73404afd2b93b0025dcee91 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..9e61fd048 --- /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 note. 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 note.