From 93d5e9debce80b4fc125a4e3552b800d71821b57 Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Tue, 3 Dec 2024 13:49:15 +0100 Subject: [PATCH] [#3] Inform about the '[WIP]' 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..b0eed6667 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: +- Add `[WIP]` at the beginning of the pull request title to indicate that the work is not yet ready for review +- Once the PR is ready for review, remove `[WIP]` from the title 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