From f88143caf9c1b9d2568972a1c4a20218d55c8df2 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Mon, 21 Aug 2023 14:36:28 +0100 Subject: [PATCH 1/2] chore: update bug report to use the `astro info` command --- .github/ISSUE_TEMPLATE/---01-bug-report.yml | 30 ++++----------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index 15bc784f4354..0e61007edb83 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -11,32 +11,12 @@ body: ✅ I am using the **latest version of Astro** and all plugins. ✅ I am using a version of Node that Astro supports (`>=18.14.1`) - - type: input - id: astro-version - attributes: - label: What version of `astro` are you using? - placeholder: 0.0.0 - validations: - required: true - - type: input - id: ssr-adapter - attributes: - label: Are you using an SSR adapter? If so, which one? - placeholder: None, or Netlify, Vercel, Cloudflare, etc. - validations: - required: true - - type: input - id: package-manager - attributes: - label: What package manager are you using? - placeholder: npm, yarn, pnpm - validations: - required: true - - type: input - id: os + - type: textarea + id: astro-info attributes: - label: What operating system are you using? - placeholder: Mac, Windows, Linux + label: Astro info + description: Run the command `astro info` and paste its output here. Please review it, in case there are sensitive information you don't want to share. + render: block validations: required: true - type: input From b73ed03a892646eb2e40e6309d2063a5d8606eb1 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 22 Aug 2023 14:00:52 +0100 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/---01-bug-report.yml Co-authored-by: Sarah Rainsberger --- .github/ISSUE_TEMPLATE/---01-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index 0e61007edb83..1e713ab13246 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -15,7 +15,7 @@ body: id: astro-info attributes: label: Astro info - description: Run the command `astro info` and paste its output here. Please review it, in case there are sensitive information you don't want to share. + description: Run the command `astro info` in your terminal and paste the output here. Please review the data before submitting in case there is any sensitive information you don't want to share. render: block validations: required: true