-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Pull Request Template for FastCRUD | ||
|
||
## Description | ||
Please provide a clear and concise description of what your pull request is about. | ||
|
||
## Changes | ||
Briefly list the changes you've made. If applicable, also link any relevant issues or pull requests. | ||
|
||
## Tests | ||
Describe the tests you added or modified to cover your changes, if applicable. | ||
|
||
## Checklist | ||
- [ ] I have read the [CONTRIBUTING](CONTRIBUTING.md) document. | ||
- [ ] My code follows the code style of this project. | ||
- [ ] I have added necessary documentation (if appropriate). | ||
- [ ] I have added tests that cover my changes (if applicable). | ||
- [ ] All new and existing tests passed. | ||
|
||
## Additional Notes | ||
Include any additional information that you think is important for reviewers to know. |