From 9104d06ec41a6ed55e48062b32a8625f227a5a39 Mon Sep 17 00:00:00 2001 From: Michael Aye Date: Tue, 13 Oct 2020 13:51:05 -0600 Subject: [PATCH 1/3] Update 4_Documentation_issue.md Change the psychologically disadvantageous emoji for documentation issues. --- .github/ISSUE_TEMPLATE/4_Documentation_issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md index d14877fcf8..346aa4edf9 100644 --- a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md +++ b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md @@ -1,5 +1,5 @@ --- -name: ⛔ Documentation Issue +name: 🗏 Documentation Issue about: Report issues or problems with documentation. --- From 25797230a73b1308e8da45126a1dede0b5ceaf82 Mon Sep 17 00:00:00 2001 From: Michael Aye Date: Tue, 13 Oct 2020 14:21:01 -0600 Subject: [PATCH 2/3] Update 4_Documentation_issue.md change to GH supported MD --- .github/ISSUE_TEMPLATE/4_Documentation_issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md index 346aa4edf9..0a277f5003 100644 --- a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md +++ b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md @@ -1,5 +1,5 @@ --- -name: 🗏 Documentation Issue +name: :book: Documentation Issue about: Report issues or problems with documentation. --- From 96f196bff9b533072f8029dbb760bf4582dd46ef Mon Sep 17 00:00:00 2001 From: Michael Aye Date: Tue, 13 Oct 2020 14:37:18 -0600 Subject: [PATCH 3/3] Update 4_Documentation_issue.md had to copy the unicode in for it to render. --- .github/ISSUE_TEMPLATE/4_Documentation_issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md index 0a277f5003..3363839942 100644 --- a/.github/ISSUE_TEMPLATE/4_Documentation_issue.md +++ b/.github/ISSUE_TEMPLATE/4_Documentation_issue.md @@ -1,5 +1,5 @@ --- -name: :book: Documentation Issue +name: "\U0001F4D6 Documentation issue" about: Report issues or problems with documentation. ---