From 5f704ef9f4c3bb6798cd11366d8cd842e93229c9 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Tue, 3 Dec 2024 13:49:15 +0100 Subject: [PATCH] [#3] Inform about how to skip the CI in the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1ccd7d6c6..d6283793c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,6 +3,10 @@ ## Pre-Review Checklist for the PR Author +To prevent CI from running on each commit while the work is still in progress: +- Set the PR to a draft status, e.g. by the `Convert to draft` link, to indicate that the work is not yet ready for review +- Once the PR is ready for review, press the `Ready for Review` button and push a final commit to trigger the CI + 1. [ ] Add sensible notes for the reviewer 1. [ ] PR title is short, expressive and meaningful 1. [ ] Relevant issues are linked in the [References](#references) section