From 735b657db1d59c3534237590e0f1bf50a5c2fd22 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Wed, 20 Aug 2025 12:45:53 -0400 Subject: [PATCH] Minor template folder permissions adjustments This changeset adds a bit more clarity to the template folder permissions checklist. Signed-off-by: Carlo Costino --- .github/ISSUE_TEMPLATE/manual_qa_template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/manual_qa_template.yml b/.github/ISSUE_TEMPLATE/manual_qa_template.yml index 082fdb457..4ab7f1cc1 100644 --- a/.github/ISSUE_TEMPLATE/manual_qa_template.yml +++ b/.github/ISSUE_TEMPLATE/manual_qa_template.yml @@ -48,9 +48,9 @@ body: attributes: label: Checking template folder permissions options: - - label: Only the template creator and platform admins should be able to see a new template - - label: Adding a non platform admin user to a folder should grant them access to see the templates - - label: Removing a non platform admin user to a folder should remove their access to see the templates + - label: Only the template creator and platform admins should be able to see a new template folder + - label: Adding a non platform admin user to a folder should grant them access to see and copy the templates + - label: Removing a non platform admin user to a folder should remove their access to see and copy the templates - label: Platform admins should not be able to be added or removed from template folders, since they have full access regardless - type: checkboxes