From 9fc0cd90a83b653d849bb2f643dadde9c7e771a5 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 6 Feb 2024 11:01:47 -0500 Subject: [PATCH] Add "Status" section to PR template Just like the server repository has. Also switch the headers to level 2, so they're not so giant. --- .github/pull_request_template.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 505661ad6..81bcbb00e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,15 @@ -# Description +## Status + +Ready for review / Work in progress + +## Description Fixes #issue. -# Test Plan +## Test Plan -# Checklist +## Checklist If these changes modify code paths involving cryptography, the opening of files in VMs or network (via the RPC service) traffic, Qubes testing in the staging environment is required. For fine tuning of the graphical user interface, testing in any environment in Qubes is required. Please check as applicable: