Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md (#2668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Apr 19, 2023
1 parent c1cc6b2 commit 7455c00
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .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)
<!-- Thanks for contributing to Starlette! 💚
Given this is a project maintained by volunteers, please read this template to not waste your time, or ours! 😁 -->

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.
<!-- Write a small summary about what is happening here. -->

- [ ] 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.

1 comment on commit 7455c00

@tomchristie
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, this ain't starlette 😅

Please sign in to comment.