diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c5bf5ad..3a509a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..652eb4d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/crashreport.yml b/.github/ISSUE_TEMPLATE/crashreport.yml index 16b4c57..79a2bf3 100644 --- a/.github/ISSUE_TEMPLATE/crashreport.yml +++ b/.github/ISSUE_TEMPLATE/crashreport.yml @@ -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 `/crashreports` (take notice of the timestamp). `` is `C:\Users\\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\\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