From 1448bc0e0660a362a33883d6c8a5f3235c6601f4 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 12 Nov 2021 20:18:11 +0800 Subject: [PATCH] chore: use `triage:bug` label in issue template (#1887) --- .github/ISSUE_TEMPLATE/bug-report-bridge.yml | 18 +++++++++--------- .github/ISSUE_TEMPLATE/bug-report-nuxt3.yml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report-bridge.yml b/.github/ISSUE_TEMPLATE/bug-report-bridge.yml index d1a413030f..dbf9209596 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-bridge.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-bridge.yml @@ -1,6 +1,6 @@ name: "\U0001F41E Bug report (Nuxt Bridge)" description: Create a report to help us improve Nuxt Bridge -labels: [bug, bridge] +labels: [triage:bug, bridge] body: - type: markdown attributes: @@ -18,14 +18,6 @@ body: placeholder: Environment validations: required: true - - type: textarea - id: bug-description - attributes: - label: Describe the bug - description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks! - placeholder: Bug description - validations: - required: true - type: textarea id: reproduction attributes: @@ -34,6 +26,14 @@ body: placeholder: Reproduction validations: required: true + - type: textarea + id: bug-description + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks! + placeholder: Bug description + validations: + required: true - type: textarea id: additonal attributes: diff --git a/.github/ISSUE_TEMPLATE/bug-report-nuxt3.yml b/.github/ISSUE_TEMPLATE/bug-report-nuxt3.yml index 309cedb4df..d3ccbb7102 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-nuxt3.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-nuxt3.yml @@ -1,6 +1,6 @@ name: "\U0001F41E Bug report (Nuxt 3)" description: Create a report to help us improve Nuxt 3 -labels: [bug, nuxt3] +labels: [triage:bug, nuxt3] body: - type: markdown attributes: @@ -18,6 +18,14 @@ body: placeholder: Environment validations: required: true + - type: textarea + id: reproduction + attributes: + label: Reproduction + description: Please provide a link to a repo that can reproduce the problem you ran into. A [**minimal reproduction**](https://v3.nuxtjs.org/community/reporting-bugs#create-a-minimal-reproduction) is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided we might close it. + placeholder: Reproduction + validations: + required: true - type: textarea id: bug-description attributes: @@ -26,14 +34,6 @@ body: placeholder: Bug description validations: required: true - - type: textarea - id: reproduction - attributes: - label: Reproduction - description: Please provide a link to a repo that can reproduce the problem you ran into. A [minimal reproduction](https://v3.nuxtjs.org/community/reporting-bugs#create-a-minimal-reproduction) is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided we might close it. - placeholder: Reproduction - validations: - required: true - type: textarea id: additonal attributes: