From 2b33326cb51e4bad1d9fe23459b227deb0078586 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sat, 25 Sep 2021 14:56:06 +0200 Subject: [PATCH] .github: improve the PR template * switch from using checkboxes to **YES**|**NO** options * make it clear that filling out the part about manual builds is only necessary when the CI is skipped, this was easy to miss --- .github/pull_request_template.md | 36 ++++++++++++++------------------ 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1fdf9e94ea93..cc4b5721590e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,26 +1,22 @@ - + -#### General -- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) - -#### Have the results of the proposed changes been tested? -- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me -- [ ] I generally don't use the affected packages but briefly tested this PR +#### Testing the changes +- I tested the changes in this PR: **YES**|**briefly**|**NO** + +