Update 1-problem_report.yml

This commit is contained in:
isaak654 2022-03-23 15:52:26 +01:00
parent 042aac69ce
commit af9e23d63f
No known key found for this signature in database
GPG Key ID: 59D402040437EC44
1 changed files with 14 additions and 4 deletions

View File

@ -11,7 +11,15 @@ body:
attributes:
label: What happened?
description: A clear and concise description of what the problem is. You can add screenshots and provide links to help explain it.
placeholder: Tell us what you see! If you had a compatibility issue, you may want to include a download link to the incompatible software.
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: download-link
attributes:
label: Download link
description: If you had a compatibility issue, you may want to include a download link to the incompatible software or type something like "Not relevant" or "Not available".
placeholder: https://
validations:
required: true
- type: textarea
@ -103,11 +111,13 @@ body:
- type: dropdown
id: sandboxed-or-not
attributes:
label: Is the sandboxed program also installed outside the sandbox?
label: Where is the program located?
description: Select "Not relevant" if you don't have any malfunctioning program to report.
options:
- "Yes, it is also installed outside the sandbox."
- "No, it is not installed in the real system."
- "The program is installed both inside and outside the sandbox."
- "The program is installed only outside the sandbox."
- "The program is installed only inside a sandbox (NOT in the real system anyway)."
- "I tried to install it only inside a sandbox, but I wasn't able to achieve it."
- "Not relevant to my request."
validations:
required: true