Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Apr 18, 2023
1 parent 411dd87 commit 7caaf20
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- Thanks for contributing to Starlette! 💚
Given this is a project maintained by volunteers, please read this template to not waste your time, or ours! 😁 -->

# Summary

<!-- Write a small summary about what is happening here. -->

# 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.

0 comments on commit 7caaf20

Please sign in to comment.