diff --git a/.github/ISSUE_TEMPLATE/1-problem_report.yml b/.github/ISSUE_TEMPLATE/1-problem_report.yml index a1db4f33..29ae5a08 100644 --- a/.github/ISSUE_TEMPLATE/1-problem_report.yml +++ b/.github/ISSUE_TEMPLATE/1-problem_report.yml @@ -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