From c91014dae84012cb59c1c22ae058aa9733212284 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 15 Feb 2022 06:29:27 -0300 Subject: [PATCH] Add PR template (#1442) * Add PR template * Update pull_request_template.md * Update .github/pull_request_template.md * Update pull_request_template.md Co-authored-by: Tom Christie --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..45debc642 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +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. + +This will help us direct work appropriately, and ensure that any suggested changes have been okayed by the maintainers. + +- [ ] Initially raised as discussion #...