From: Florimond Manca Date: Sun, 29 Mar 2020 13:55:12 +0000 (+0200) Subject: Add issue templates (#880) X-Git-Tag: 0.13.0.dev0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef5de4002233537861ce1e17685d6540ee0d9cd;p=thirdparty%2Fhttpx.git Add issue templates (#880) * Add issue templates * Fix typos/phrasing * Swap docs and GH search Co-Authored-By: Yeray Diaz Diaz * Drop code example in favor of prose * Update .github/ISSUE_TEMPLATE/2-bug-report.md Co-Authored-By: Yeray Diaz Diaz Co-authored-by: Yeray Diaz Diaz --- diff --git a/.github/ISSUE_TEMPLATE/1-question.md b/.github/ISSUE_TEMPLATE/1-question.md new file mode 100644 index 00000000..d93521ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-question.md @@ -0,0 +1,17 @@ +--- +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 but didn't get an answer. + +### Question + + diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.md b/.github/ISSUE_TEMPLATE/2-bug-report.md new file mode 100644 index 00000000..a2060307 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-bug-report.md @@ -0,0 +1,61 @@ +--- +name: Bug report +about: Report a bug to help improve this project +--- + +### Checklist + + + +- [ ] The bug is reproducible against the latest release and/or `master`. +- [ ] There are no similar issues or pull requests to fix it yet. + +### Describe the bug + + + +### To reproduce + + + +### Expected behavior + + + +### Actual behavior + + + +### Debugging material + + + +### Environment + +- OS: +- Python version: +- HTTPX version: +- Async environment: +- HTTP proxy: +- Custom certificates: + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.md b/.github/ISSUE_TEMPLATE/3-feature-request.md new file mode 100644 index 00000000..a4237e28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-feature-request.md @@ -0,0 +1,34 @@ +--- +name: Feature request +about: Suggest an idea for this project. +--- + +### Checklist + + + +- [ ] There are no similar issues or pull requests for this yet. +- [ ] I discussed this idea on the [community chat](https://gitter.im/encode/community) and feedback is positive. + +### Is your feature related to a problem? Please describe. + + + +## Describe the solution you would like. + + + +## Describe alternatives you considered + + + +## Additional context + + +