From ab5c343c7d893d3151a03a5c44995452d319baeb Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Tue, 11 Mar 2025 01:44:05 -0700 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/patch-submission.md --- .github/ISSUE_TEMPLATE/patch-submission.md | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/patch-submission.md diff --git a/.github/ISSUE_TEMPLATE/patch-submission.md b/.github/ISSUE_TEMPLATE/patch-submission.md deleted file mode 100644 index 21f5d5a..0000000 --- a/.github/ISSUE_TEMPLATE/patch-submission.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Patch submission -about: Submit code changes for review -title: '' -labels: patch -assignees: '' - ---- - -> [!NOTE] -> Before submitting code changes... -> * Please do note that this is a GPL v3.0 open source project. -> * Please read the [CONTRIBUTING](https://github.com/spice2x/spice2x.github.io/blob/main/CONTRIBUTING.md) guide. -> * 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, and then archived in the [past versions wiki page](https://github.com/spice2x/spice2x.github.io/wiki/Past-versions-and-change-log) -> -> Feel free to remove this section after you have read it. - -## Description of change -*what does this code do?* - -## Compiling -*you must be able to compile with the included Docker script with zero compiler warnings* - -## Testing -*how was the code tested?* - -## Patch file -*what patch format are you using? Unix Patch format? Git Patch?*