From 9200cb06958ebb6cb348c204302fd6a4329d90e9 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Thu, 27 Aug 2020 17:57:05 +0200 Subject: [PATCH] chore: direct questions towards Gitter chat (#1225) --- .github/ISSUE_TEMPLATE/1-question.md | 17 ----------------- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 2 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/1-question.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/1-question.md b/.github/ISSUE_TEMPLATE/1-question.md deleted file mode 100644 index 9ef7ef50..00000000 --- a/.github/ISSUE_TEMPLATE/1-question.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Question -about: Ask a question ---- - -### Checklist - - - -- [ ] I searched the [HTTPX documentation](https://www.python-httpx.org) but couldn't find what I'm looking for. -- [ ] I looked through similar issues on GitHub, but didn't find anything. -- [ ] I looked up "How to do ... in HTTPX" on a search engine and didn't find any information. -- [ ] I asked the [community chat](https://gitter.im/encode/community) for help. - -### Question - - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..2ad6e8e2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser +blank_issues_enabled: true +contact_links: +- name: Question + url: https://gitter.im/encode/community + about: > + Ask a question