From d49ba49b6a01370dfe1754888dbe76d05391a1a5 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Sun, 10 Apr 2022 22:13:49 -0700 Subject: [PATCH] add adapter question to issue template --- .github/ISSUE_TEMPLATE/---01-bug-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ -18,6 +18,12 @@ body: placeholder: 0.0.0 validations: 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?