Merge pull request #43 from tycrek/dev

fixed Bug form, probably
pull/44/head^2
Josh Moore 3 years ago committed by GitHub
commit 910f77098d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,14 +73,12 @@ body:
attributes: attributes:
label: Node version label: Node version
description: What is the version of Node.js? description: What is the version of Node.js?
placeholder: i.e. v14.17.3
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: StorageEngine label: StorageEngine
description: How are you storing your data? description: How are you storing your data?
placeholder: i.e. JSON, PostgreSQL, etc.
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Reverse proxy label: Reverse proxy
@ -91,7 +89,6 @@ body:
attributes: attributes:
label: Reverse proxy software label: Reverse proxy software
description: If you are using a reverse proxy, what is the name and version? description: If you are using a reverse proxy, what is the name and version?
placeholder: i.e. nginx 1.13.1
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Cloudflare label: Cloudflare

Loading…
Cancel
Save