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.