From e41699a6aae6fec3f0a59eff18a7e26b0cf265f4 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 23 Feb 2024 20:29:06 +0100 Subject: [PATCH] Adjusted bug reporting template to that of Nuxt --- .github/ISSUE_TEMPLATE/bug-report.yaml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 0236ebf8..56a70070 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,23 +1,32 @@ name: 🐞 Bug report description: Create a bug report for this project -labels: [bug] +labels: [bug, pending] body: - type: markdown attributes: value: | - Please help us finding and resolving problems. + Please carefully read the nuxt contribution docs before creating a bug report + 👉 https://nuxt.com/docs/community/reporting-bugs + + Please use a template below to create a minimal reproduction + 👉 https://stackblitz.com/github/nuxt/starter/tree/v3 + 👉 https://codesandbox.io/s/github/nuxt/starter/tree/v3 - type: textarea id: bug-env attributes: label: Environment description: You can use `npx nuxi info` to fill this section placeholder: Environment + validations: + required: true - type: textarea id: reproduction attributes: label: Reproduction - description: Provide a link to a repo that can reproduce the problem you ran into if you can. + description: Please provide a link to a repo that can reproduce the problem you ran into. A [**minimal reproduction**](https://nuxt.com/docs/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: @@ -37,4 +46,4 @@ body: label: Logs description: | Optional if provided reproduction. Please try not to insert an image but copy paste the log text. - render: shell + render: shell-script