diff --git a/.github/ISSUE_TEMPLATE/default-issue-template.md b/.github/ISSUE_TEMPLATE/default-issue-template.md deleted file mode 100644 index 24e14f793..000000000 --- a/.github/ISSUE_TEMPLATE/default-issue-template.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Default issue template -about: Default template -title: '' -labels: '' -assignees: '' - ---- - -**DO NOT ASK FOR USAGE HELP HERE.** Please see [this page](https://quickfixengine.org/n/support/) to see where you should ask for help. - -Github issues are **only** for engine bugs and feature requests, and only a couple people are notified. If you ask for regular usage help here, we will close your issue without helping. - -Ok? If you have an engine bug or feature request, then please delete this message and proceed with your report. Thanks! diff --git a/.github/ISSUE_TEMPLATE/new-issue-template.md b/.github/ISSUE_TEMPLATE/new-issue-template.md new file mode 100644 index 000000000..92b1f3f1a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-issue-template.md @@ -0,0 +1,19 @@ +--- +name: New issue template +about: Choose this one +title: '' +labels: '' +assignees: '' + +--- + +**DO NOT ASK FOR USAGE HELP HERE.** +Please see [this page](https://quickfixengine.org/n/support/) +to learn where you should ask for help. + +Github issues are **only** for engine bugs and feature requests, +and only a couple people are notified. If you ask for regular usage help here, +we will close your issue without helping. + +Ok? If you have an engine bug or feature request, +then please delete this message and proceed with your report. Thanks!