From bcd177a265bddd481aabdc076a68729dc5c1cecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Tue, 17 Sep 2024 09:56:02 +0200 Subject: [PATCH] Added pull request template Show a reminder about the special QR branches. --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 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 0000000..5effc2b --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + +# Notes + +## SLE Quarterly Updates + +The SLE15 media are quarterly rebuilt with the latest updated packages. These +media have the self-update mechanism disabled for several reasons. That is +implemented in separate `SLE-15-SP*-QR` branches. + +*Whenever you update any `SLE-15-SP*` branch do not forget to merge the change +also to the respective `SLE-15-SP*-QR` branch if it exists.* + +After merging the change submit the package manually using the `rake osc:sr` +command. (It submits to a special quarterly update project, not to the standard +maintenance project as usually.)