From 255e4b7e1bfdfffe1147fbdf9cf43a86fc36898d Mon Sep 17 00:00:00 2001 From: David Leal Date: Wed, 1 Mar 2023 22:42:47 -0600 Subject: [PATCH 1/3] docs: add the other/miscellaneous form --- .github/ISSUE_TEMPLATE/other.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/other.yml diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml new file mode 100644 index 000000000000..f32dadef93be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -0,0 +1,29 @@ +name: Other +description: Use this for any other issues. PLEASE do not create blank issues +title: "[OTHER]" +labels: ["awaiting triage"] +body: + - type: markdown + attributes: + value: "# Other issue" + - type: textarea + id: issuedescription + attributes: + label: What would you like to share? + description: Provide a clear and concise explanation of your issue. + validations: + required: true + - type: textarea + id: extrainfo + attributes: + label: Additional information + description: Is there anything else we should know about this issue? + validations: + required: false + - type: checkboxes + id: consent + attributes: + label: Would you like to work on this issue? + options: + - label: Yes, I want to work on this issue! + required: false From a332b9fde0f93d5a8a8ba7eda4f228ccb7c2350a Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 2 Mar 2023 17:29:18 -0600 Subject: [PATCH 2/3] chore: apply suggestions from code review Co-authored-by: Christian Clauss --- .github/ISSUE_TEMPLATE/other.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index f32dadef93be..20a451e5a227 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -20,10 +20,3 @@ body: description: Is there anything else we should know about this issue? validations: required: false - - type: checkboxes - id: consent - attributes: - label: Would you like to work on this issue? - options: - - label: Yes, I want to work on this issue! - required: false From b93fd4535adb879bb34c603768d638c10772fe18 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Tue, 14 Mar 2023 11:15:57 +0530 Subject: [PATCH 3/3] Update other.yml --- .github/ISSUE_TEMPLATE/other.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/other.yml b/.github/ISSUE_TEMPLATE/other.yml index 20a451e5a227..44d6ff541506 100644 --- a/.github/ISSUE_TEMPLATE/other.yml +++ b/.github/ISSUE_TEMPLATE/other.yml @@ -1,11 +1,7 @@ name: Other description: Use this for any other issues. PLEASE do not create blank issues -title: "[OTHER]" labels: ["awaiting triage"] body: - - type: markdown - attributes: - value: "# Other issue" - type: textarea id: issuedescription attributes: @@ -13,6 +9,7 @@ body: description: Provide a clear and concise explanation of your issue. validations: required: true + - type: textarea id: extrainfo attributes: