diff options
-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: |