From a22eec22dcf8a02bd827c59faf2556bcf6f4d821 Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Thu, 28 Dec 2023 00:50:10 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 16 +++++++++------- .github/ISSUE_TEMPLATE/patch-submission.md | 14 ++++++++++++++ 2 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/patch-submission.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d461800..40c3aa3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,13 +7,15 @@ assignees: '' --- -**Game and version** +## Game and version + +## Version of spice2x + -**Version of spice2x** +## Attached log.txt file, if available +> [!WARNING] +> Please make sure you remove any personally identifiable information from the log file. - -**Attached log.txt file, if available** - - -**Describe the issue** +## Describe the issue + diff --git a/.github/ISSUE_TEMPLATE/patch-submission.md b/.github/ISSUE_TEMPLATE/patch-submission.md new file mode 100644 index 0000000..3149e5b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/patch-submission.md @@ -0,0 +1,14 @@ +--- +name: Patch submission +about: Describe this issue template's purpose here. +title: '' +labels: patch +assignees: '' + +--- + +> [!NOTE] +> Note before submitting code changes (feel free to erase all of this after reading) +> * Please do note that this is a GPL v3.0 open source project. +> * Maintainers reserve the right to reject or modify your submission without reason. +> * If accepted, your github user name will be credited on the main web page.