From: Moritz E. Beber Date: Thu, 27 Aug 2020 15:57:05 +0000 (+0200) Subject: chore: direct questions towards Gitter chat (#1225) X-Git-Tag: 0.14.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9200cb06958ebb6cb348c204302fd6a4329d90e9;p=thirdparty%2Fhttpx.git chore: direct questions towards Gitter chat (#1225) --- 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