diff options
author | 2022-04-10 22:13:49 -0700 | |
---|---|---|
committer | 2022-04-10 22:13:49 -0700 | |
commit | d49ba49b6a01370dfe1754888dbe76d05391a1a5 (patch) | |
tree | 47b1f7f2802019c35ec9cf34c84806ea43084b6a /.github/ISSUE_TEMPLATE | |
parent | 791a5244118ef4940dd84b352390701f1942e721 (diff) | |
download | astro-d49ba49b6a01370dfe1754888dbe76d05391a1a5.tar.gz astro-d49ba49b6a01370dfe1754888dbe76d05391a1a5.tar.zst astro-d49ba49b6a01370dfe1754888dbe76d05391a1a5.zip |
add adapter question to issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/---01-bug-report.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index 96ae48e3b..1b241039a 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -20,6 +20,12 @@ body: required: true - type: input attributes: + label: Are you using an SSR adapter? If so, which one? + placeholder: None, or Netlify, Vercel, Cloudflare, etc. + validations: + required: true + - type: input + attributes: label: What package manager are you using? placeholder: npm, yarn, pnpm validations: |