-
Notifications
You must be signed in to change notification settings - Fork 1
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
2f9d166
commit df2475d
Showing
1 changed file
with
15 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,15 @@ | ||
# Pull Request | ||
|
||
## Describe your changes | ||
|
||
## Issue number if applicable | ||
|
||
## Checklist before requesting a review | ||
|
||
Github actions will check that these tasks were performed but it will reduce friction if you deal with them beforhand | ||
|
||
- [ ] If code is added, the new lines are covered by tests (Checked by [Codecov](https://app.codecov.io/gh/XXII-AI/Lours)) | ||
- [ ] Type hints are consistent (Checked by [pyright](https://github.com/XXII-AI/Lours/blob/main/.github/workflows/CI.yaml#L95) Job) | ||
- [ ] Code style follows black conventions (Checked by [pre-commit](https://results.pre-commit.ci/repo/github/816858832)) | ||
- [ ] If documentation is added, it does not raise a warning in sphinx (checked by [sphinx-build](https://github.com/XXII-AI/Lours/blob/main/.github/workflows/CI.yaml#L65)) | ||
- [ ] CHANGELOG has been updated if applicable |