From dfa8f46a1ed0ec9ccec52d7c4aa2ffd4b7f0a171 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 4 May 2020 10:42:40 +0200 Subject: move config.yml in place --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ .github/config.yml | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..ec44384d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/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. diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index ec44384d..00000000 --- a/.github/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -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