Skip to content

Commit 8aa8c51

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 07d031a commit 8aa8c51

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Pull Request Template for FastAPI-boilerplate
2+
3+
## Description
4+
Please provide a clear and concise description of what your pull request is about.
5+
6+
## Changes
7+
Briefly list the changes you've made. If applicable, also link any relevant issues or pull requests.
8+
9+
## Tests
10+
Describe the tests you added or modified to cover your changes, if applicable.
11+
12+
## Checklist
13+
- [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) document.
14+
- [ ] My code follows the code style of this project.
15+
- [ ] I have added necessary documentation (if appropriate).
16+
- [ ] I have added tests that cover my changes (if applicable).
17+
- [ ] All new and existing tests passed.
18+
19+
## Additional Notes
20+
Include any additional information that you think is important for reviewers to know.

0 commit comments

Comments
 (0)