ok maybe actually fixed/improved for once

pull/44/head
tycrek 3 years ago
parent e3c65e52bc
commit a48f0fcb29
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -4,8 +4,12 @@ title: "[BUG] Title"
labels: bug labels: bug
body: body:
- type: markdown - type: markdown
value: "## Bug report" attributes:
value: |
## Thank you for reporting a bug!
Please fill in the following information to assist us in resolving the issue.
- type: checkboxes - type: checkboxes
id: existing-issue
attributes: attributes:
label: Is there an existing Issue for this bug? label: Is there an existing Issue for this bug?
description: Search for an existing issue to avoid duplicates. description: Search for an existing issue to avoid duplicates.
@ -13,18 +17,21 @@ body:
- label: I have searched the existing issues - label: I have searched the existing issues
required: true required: true
- type: textarea - type: textarea
id: expected-behavior
attributes: attributes:
label: Expected behavior label: Expected behavior
description: What should happen? description: What should happen?
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: actual-behavior
attributes: attributes:
label: Actual behavior label: Actual behavior
description: What happens instead? description: What happens instead?
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: steps-to-reproduce
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: How can we reproduce this bug? description: How can we reproduce this bug?
@ -36,60 +43,75 @@ body:
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: logs
attributes: attributes:
label: Logs (optional) label: Logs (optional)
description: If any errors are encountered, please attach the logs description: If any errors are encountered, please attach the logs
render: text render: text
- type: markdown - type: markdown
value: "### Environment details" attributes:
value: |
### Environment details
- type: input - type: input
id: ass-version
attributes: attributes:
label: ass version label: ass version
description: Which version of ass does this bug occur in? description: Which version of ass does this bug occur in?
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: deployment
attributes: attributes:
label: Deployment label: Deployment
description: Manual install or Docker? description: Manual install or Docker?
options: [Manual, Docker] options:
- Manual
- Docker
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
id: file-storage
attributes: attributes:
label: File storage label: File storage
description: Where are you storing files? description: Where are you storing files?
options: [Local, S3] options:
- Local
- S3
validations: validations:
required: true required: true
- type: input - type: input
id: operating-system
attributes: attributes:
label: Operating system label: Operating system
description: What is the name and version of the OS? description: What is the name and version of the OS?
placholder: i.e. Ubuntu 18.04, Windows 10
validations: validations:
required: true required: true
- type: input - type: input
id: node-version
attributes: attributes:
label: Node version label: Node version
description: What is the version of Node.js? description: What is the version of Node.js?
validations: validations:
required: true required: true
- type: input - type: input
id: storageengine
attributes: attributes:
label: StorageEngine label: StorageEngine
description: How are you storing your data? description: How are you storing your data?
- type: checkboxes - type: checkboxes
id: reverse-proxy
attributes: attributes:
label: Reverse proxy label: Reverse proxy
description: Are you using a reverse proxy? description: Are you using a reverse proxy?
options: options:
- label: I am using a reverse proxy - label: I am using a reverse proxy
- type: input - type: input
id: reverse-proxy-software
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?
- type: checkboxes - type: checkboxes
id: cloudflare
attributes: attributes:
label: Cloudflare label: Cloudflare
description: Are you a Cloudflare user? description: Are you a Cloudflare user?

Loading…
Cancel
Save