From 028c68cce593a617711be92e744af6bbac6595e3 Mon Sep 17 00:00:00 2001 From: Danny Colin Date: Mon, 4 May 2020 04:40:08 -0400 Subject: add IRC and Reddit links to issue template chooser (#1114) --- .github/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 00000000..ec44384d --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Rofi subreddit + url: https://www.reddit.com/r/qtools/ + about: Please ask and answer questions here. + - name: Rofi IRC channel + url: irc://chat.freenode.net/rofi + about: Please ask and answer question in real time here. -- cgit v1.2.3