From: Marcelo Trylesinski Date: Wed, 19 Apr 2023 08:29:40 +0000 (+0200) Subject: Update PULL_REQUEST_TEMPLATE.md (#2668) X-Git-Tag: 0.24.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7455c003277a6b9aa4ec097e6d50870350834823;p=thirdparty%2Fhttpx.git Update PULL_REQUEST_TEMPLATE.md (#2668) --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1e3f654d..e4cccaba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,12 @@ -The starting point for contributions should usually be [a discussion](https://github.com/encode/httpx/discussions) + -Simple documentation typos may be raised as stand-alone pull requests, but otherwise -please ensure you've discussed your proposal prior to issuing a pull request. +# Summary -This will help us direct work appropriately, and ensure that any suggested changes -have been okayed by the maintainers. + -- [ ] Initially raised as discussion #... +# Checklist + +- [ ] I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!) +- [ ] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. +- [ ] I've updated the documentation accordingly.