From fd6179b4cd14d54a1bf8cd747ede76e1e3a1ba40 Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Tue, 2 Feb 2021 17:43:05 -0800 Subject: [PATCH] Add a blank issue template Setting this in config.yml only enables the appearance of a tiny link on GitHub that is hard to see and find. This template adds a "blank issue" link that is as equally visible as the rest of the template options. --- .github/ISSUE_TEMPLATE/blank_issue.md | 4 ++++ .github/ISSUE_TEMPLATE/config.yml | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/blank_issue.md diff --git a/.github/ISSUE_TEMPLATE/blank_issue.md b/.github/ISSUE_TEMPLATE/blank_issue.md new file mode 100644 index 00000000000..9aef3ebe637 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank_issue.md @@ -0,0 +1,4 @@ +--- +name: Blank Issue +about: Create a blank issue. +--- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a31dab6a092..1567542c01a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,5 @@ +# This only controls whether a tiny, hard-to-find "open a blank issue" link appears at the end of +# the template list. blank_issues_enabled: true contact_links: - name: Intrinsic Support