add adapter question to issue template
This commit is contained in:
parent
791a524411
commit
d49ba49b6a
1 changed files with 6 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/---01-bug-report.yml
vendored
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue