From ee5d9f0f8e61af3ddf04ec89ae5f8ecab6cd4096 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 25 Sep 2021 14:56:06 +0200 Subject: [PATCH] .github: clarify the PR template Filling out the "Does it run and build successfully" section is necessary only when the CI is skipped, but this is easy to miss. Separate it from the rest of the text to make it clearer. --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1fdf9e94ea93..fb7b26eb1e27 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,9 +11,10 @@ If GitHub CI cannot be used to validate the build result (for example, if the build is likely to take several hours), make sure to [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration). -When skipping CI, uncomment and fill out the following section. Note: for builds that are likely to complete in less than 2 hours, it is not acceptable to skip CI. + +When skipping CI, uncomment and fill out the following section. -->