-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
1 parent
df33c4f
commit 690b662
Showing
1 changed file
with
18 additions
and
10 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 |
---|---|---|
@@ -1,21 +1,29 @@ | ||
### Pull Request Checklist | ||
<!-- | ||
By submitting this pull request, you agree to: | ||
- follow [Litestar's Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md) | ||
- follow [Litestar's contribution guidelines](https://github.com/litestar-org/.github/blob/main/CONTRIBUTING.md) | ||
- follow the [PSFs's Code of Conduct](https://www.python.org/psf/conduct/) | ||
--> | ||
|
||
[//]: # "By submitting this issue, you agree to:" | ||
[//]: # "- follow Litestar's [Code of Conduct](https://github.com/litestar-org/.github/blob/main/CODE_OF_CONDUCT.md)" | ||
[//]: # "- follow Litestar's [Contribution Guidelines](https://litestar.dev/community/contribution-guide)" | ||
### Pull Request Checklist | ||
|
||
- [ ] New code has 100% test coverage | ||
- [ ] (If applicable) The prose documentation has been updated to reflect the changes introduced by this PR | ||
- [ ] (If applicable) The reference documentation has been updated to reflect the changes introduced by this PR | ||
- [ ] Pre-Commit Checks were ran and passed | ||
- [ ] Tests were ran and passed | ||
|
||
### Description | ||
[//]: # "Please describe your pull request for new release changelog purposes" | ||
[//]: # "Example: 'This pr adds the capability to use server-sent events, and documents it in the usage docs'" | ||
<!-- | ||
Please describe your pull request for new release changelog purposes | ||
--> | ||
|
||
- | ||
- | ||
|
||
### Close Issue(s) | ||
[//]: # "Please add in issue numbers this pull request will close, if applicable" | ||
[//]: # "Examples: Fixes #4321 or Closes #1234" | ||
<!-- | ||
Please add in issue numbers this pull request will close, if applicable | ||
Examples: Fixes #4321 or Closes #1234 | ||
--> | ||
|
||
- | ||
- |