From daa93cdf4b06b8263d85103d34ba09008011eb3d Mon Sep 17 00:00:00 2001 From: Brad Zacher Date: Fri, 15 Sep 2023 05:23:50 +0930 Subject: [PATCH 1/2] chore: add discord and stackoverflow as links to issue template IDK if this is the best as it adds more noise But people can't easily find these options right now without jumping through some hoops. --- .github/ISSUE_TEMPLATE/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 566c2f4fc8a6..d4468223cfd8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,3 +6,9 @@ contact_links: - name: Getting Started Guide about: If you're looking for help setting up check out our getting started guide url: https://typescript-eslint.io + - name: Ask a question on Discord + about: If you just want to ask a question, consider asking it on Discord! + url: https://discord.gg/FSxKq8Tdyg + - name: Ask a question on StackOverflow + about: If you just want to ask a question, consider asking it on StackOverflow! + url: https://stackoverflow.com/questions/tagged/typescript-eslint From 068d874c3f23814fe0d713e788bdd35435989df4 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 10 Oct 2023 14:53:56 -0400 Subject: [PATCH 2/2] fix trailing space formatting --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d4468223cfd8..f8f0ec0f29d9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -11,4 +11,4 @@ contact_links: url: https://discord.gg/FSxKq8Tdyg - name: Ask a question on StackOverflow about: If you just want to ask a question, consider asking it on StackOverflow! - url: https://stackoverflow.com/questions/tagged/typescript-eslint + url: https://stackoverflow.com/questions/tagged/typescript-eslint