From 002593abbe66897814cc58c2f53b195196f15869 Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Tue, 12 Dec 2023 15:54:56 -0800 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/documentation.md | 14 --------- .github/ISSUE_TEMPLATE/documentation.yml | 18 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------- .github/ISSUE_TEMPLATE/feature_request.yml | 33 ++++++++++++++++++++++ 5 files changed, 52 insertions(+), 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/documentation.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2e9a8583..17b52f15 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -10,7 +10,7 @@ body: - type: checkboxes id: check attributes: - label: Did you check docs and existing issues? + label: Have you checked the docs and existing issues? description: Make sure you checked all of the below before submitting an issue options: - label: I have read all of the relevant Picovoice Leopard docs diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md deleted file mode 100644 index 5fdb55ee..00000000 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Documentation -about: Issues around documentation of Leopard -title: Leopard Documentation Issue -labels: documentation -assignees: '' - ---- - -### What is the URL of the doc? - - - -### What's the nature of the issue? (e.g. steps do not work, typos/grammar/spelling, etc., out of date) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml new file mode 100644 index 00000000..726ba8a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,18 @@ +name: Documentation +description: Issues around documentation of Leopard +title: "Leopard Documentation Issue: " +labels: ["documentation"] +body: + - type: input + id: url + attributes: + label: What is the URL of the doc? + validations: + required: true + - type: textarea + id: issue + attributes: + label: What is the nature of the issue? + description: e.g. steps do not work, typos/grammar/spelling, out of date, etc. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index fab24fea..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Leopard suggestion -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..e2fc79be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,33 @@ +name: Feature request +description: Leopard suggestion +title: "Leopard Feature Request: " +labels: ["enhancement"] +body: + - type: textarea + id: problem + attributes: + label: Is your feature request related to a problem? + description: Please provide a clear and concise description of what the problem is. + validations: + required: true + - type: textarea + id: solution + attributes: + label: Describe the solution you'd like + description: Please provide a clear and concise description of what you would like to happen. + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: Describe alternatives you've considered + description: Please provide a clear and concise description of any alternative solutions or features you've considered. + validations: + required: true + - type: textarea + id: context + attributes: + label: Additional context + description: Please provide any other context here. + validations: + required: false