Fixed GitHub issue forms

This commit is contained in:
OLEGSHA 2022-01-12 21:23:53 +03:00
parent ca8ac6e7b6
commit eadc85bfda
Signed by: OLEGSHA
GPG Key ID: E57A4B08D64AFF7A
3 changed files with 8 additions and 3 deletions

View File

@ -44,6 +44,6 @@ body:
attributes: attributes:
label: Crashreport label: Crashreport
description: If you have a relevant crashreport, paste the contents of the crashreport file here description: If you have a relevant crashreport, paste the contents of the crashreport file here
render: text
validations: validations:
required: false required: false
render: text

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Official Progressia Discord
url: https://discord.gg/TWuXbVmX23
about: Ask developers or community members for help

View File

@ -7,7 +7,7 @@ body:
value: | value: |
Use this template to submit crashreports for initial analisys. If you don't have a crashreport, or you have a good understanding of the underlying cause, please use the Bug Report template instead. Use this template to submit crashreports for initial analisys. If you don't have a crashreport, or you have a good understanding of the underlying cause, please use the Bug Report template instead.
Crashreports can be found in `<working-directory>/crashreports` (take notice of the timestamp). `<working-directory>` is `C:\Users\<windows-user>\AppData\Roaming\Progressia` on Windows when using the installer. Crashreports can be found in `WORKING-DIRECTORY/crashreports` (take notice of the timestamp). `WORKING-DIRECTORY` is `C:\Users\<windows-user>\AppData\Roaming\Progressia` on Windows when using the installer.
**Do not forget to give your issue a descriptive title.** **Do not forget to give your issue a descriptive title.**
- type: textarea - type: textarea
@ -36,6 +36,6 @@ body:
attributes: attributes:
label: Crashreport label: Crashreport
description: Paste the contents of the crashreport file here description: Paste the contents of the crashreport file here
render: text
validations: validations:
required: true required: true
render: text