]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Update pull_request_template.md (#2122)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 18 Apr 2023 12:43:01 +0000 (14:43 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2023 12:43:01 +0000 (14:43 +0200)
.github/pull_request_template.md

index 010cb3ab8f150d0a4d9607c6b7f9e4513634c6db..e4cccaba3b0bf5e2fed9b0dbc4d410c0716e16e2 100644 (file)
@@ -1,7 +1,12 @@
-The starting point for contributions should usually be [a discussion](https://github.com/encode/starlette/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.