Fixed GitHub issue forms
This commit is contained in:
parent
ca8ac6e7b6
commit
eadc85bfda
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -44,6 +44,6 @@ body:
|
||||
attributes:
|
||||
label: Crashreport
|
||||
description: If you have a relevant crashreport, paste the contents of the crashreport file here
|
||||
render: text
|
||||
validations:
|
||||
required: false
|
||||
render: text
|
||||
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
4
.github/ISSUE_TEMPLATE/crashreport.yml
vendored
4
.github/ISSUE_TEMPLATE/crashreport.yml
vendored
@ -7,7 +7,7 @@ body:
|
||||
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.
|
||||
|
||||
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.**
|
||||
- type: textarea
|
||||
@ -36,6 +36,6 @@ body:
|
||||
attributes:
|
||||
label: Crashreport
|
||||
description: Paste the contents of the crashreport file here
|
||||
render: text
|
||||
validations:
|
||||
required: true
|
||||
render: text
|
||||
|
Reference in New Issue
Block a user