summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Colin <dannycolin@users.noreply.github.com>2020-05-04 04:40:08 -0400
committerGitHub <noreply@github.com>2020-05-04 10:40:08 +0200
commit028c68cce593a617711be92e744af6bbac6595e3 (patch)
treecfacd43741c7cfe5914dd292a3eed3eb97010085
parent80fc8e16b2c4294e7ee282f7e1f5bce88c3129d7 (diff)
add IRC and Reddit links to issue template chooser (#1114)
-rw-r--r--.github/config.yml8
1 files changed, 8 insertions, 0 deletions
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.