chore: direct questions towards Gitter chat (#1225)
This commit is contained in:
parent
f5c27ec7f4
commit
9200cb0695
17
.github/ISSUE_TEMPLATE/1-question.md
vendored
17
.github/ISSUE_TEMPLATE/1-question.md
vendored
@ -1,17 +0,0 @@
|
||||
---
|
||||
name: Question
|
||||
about: Ask a question
|
||||
---
|
||||
|
||||
### Checklist
|
||||
|
||||
<!-- To help keep this issue tracker clean and focused, please make sure you tried *all* the following resources before submitting your question. -->
|
||||
|
||||
- [ ] 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
|
||||
|
||||
<!-- Please ask your question here. -->
|
||||
7
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
7
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user