From cd9a430d66088d3dd7a3ba1176c148239644c576 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 12 Mar 2020 08:27:33 +0000 Subject: Force "blank" issue template to end of list (#8387) * force ascii sort of issue templates to add blank to end of list --- .github/ISSUE_TEMPLATE/blank.md | 11 ----------- .github/ISSUE_TEMPLATE/zzz_blank.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/blank.md create mode 100644 .github/ISSUE_TEMPLATE/zzz_blank.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/blank.md b/.github/ISSUE_TEMPLATE/blank.md deleted file mode 100644 index 5644802ef..000000000 --- a/.github/ISSUE_TEMPLATE/blank.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Blank issue -about: If you're 100% sure that you don't need one of the other issue templates, use - this one instead. -title: '' -labels: help wanted, question -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/zzz_blank.md b/.github/ISSUE_TEMPLATE/zzz_blank.md new file mode 100644 index 000000000..5644802ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/zzz_blank.md @@ -0,0 +1,11 @@ +--- +name: Blank issue +about: If you're 100% sure that you don't need one of the other issue templates, use + this one instead. +title: '' +labels: help wanted, question +assignees: '' + +--- + + -- cgit v1.2.3