From 80d09f1f3fb540b6b07f2f5ba59df45696d5709b Mon Sep 17 00:00:00 2001 From: Grant Birchmeier Date: Wed, 17 Jan 2024 17:45:20 -0600 Subject: [PATCH] tweak template --- .../ISSUE_TEMPLATE/default-issue-template.md | 14 -------------- .github/ISSUE_TEMPLATE/new-issue-template.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/default-issue-template.md create mode 100644 .github/ISSUE_TEMPLATE/new-issue-template.md 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!