File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments