From 726f868687be4e2d85ce63ffbfd0c8022bc4f216 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 3 Oct 2023 09:44:37 +0530 Subject: [PATCH 1/3] ISSUE-TEMPLATES: add page modification request template --- .../page-modification-request.yml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/page-modification-request.yml diff --git a/.github/ISSUE_TEMPLATE/page-modification-request.yml b/.github/ISSUE_TEMPLATE/page-modification-request.yml new file mode 100644 index 00000000000000..8e85c44498a3d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/page-modification-request.yml @@ -0,0 +1,25 @@ +name: 📄 Page modification request +title: "page request: " +description: Page modification request template. +labels: help wanted +body: + - type: textarea + attributes: + label: Command description + description: Describe the command you want the page(s) to be modified. + placeholder: Tell us about the changes in the command! + - type: input + attributes: + label: Command details + description: Describe any details related to a command. + placeholder: e.g. command version + - type: checkboxes + attributes: + label: OS + description: Select which operating system(s) this command works with. + options: + - label: Android + - label: Linux + - label: macOS (osx) + - label: sunOS + - label: Windows From 1cc74f67c28a9f6ad344b443661b4816eaca6049 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 3 Oct 2023 09:48:24 +0530 Subject: [PATCH 2/3] page-request: update template --- .github/ISSUE_TEMPLATE/page-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/page-request.yml b/.github/ISSUE_TEMPLATE/page-request.yml index e87063dbf02b90..40941294cb3bcf 100644 --- a/.github/ISSUE_TEMPLATE/page-request.yml +++ b/.github/ISSUE_TEMPLATE/page-request.yml @@ -20,7 +20,7 @@ body: options: - label: Android - label: Linux - - label: macOS + - label: macOS (osx) - label: sunOS - label: Windows From c456277e2b3eefc630dde8f2b35de43cbef163db Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 4 Oct 2023 13:13:46 +0530 Subject: [PATCH 3/3] ISSUE TEMPLATES (modification request): add page edit label Co-authored-by: Jack Lin --- .github/ISSUE_TEMPLATE/page-modification-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/page-modification-request.yml b/.github/ISSUE_TEMPLATE/page-modification-request.yml index 8e85c44498a3d2..9788823c4d05fc 100644 --- a/.github/ISSUE_TEMPLATE/page-modification-request.yml +++ b/.github/ISSUE_TEMPLATE/page-modification-request.yml @@ -1,7 +1,7 @@ name: 📄 Page modification request title: "page request: " description: Page modification request template. -labels: help wanted +labels: page edit, help wanted body: - type: textarea attributes: