From 8d3dedc2bdc6bb75cadb7a9a813a415cd77b58ae Mon Sep 17 00:00:00 2001 From: patrick96 Date: Sun, 3 Nov 2019 11:12:51 +0100 Subject: [PATCH] github: Add subreddit as contact link This is yet another way to steer people towards reddit for questions instead of using the github issue tracker Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..a5105234 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Polybar subreddit + url: https://www.reddit.com/r/polybar + about: Please ask and answer questions here.