-
Notifications
You must be signed in to change notification settings - Fork 46
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
7ce3e7d
commit 976fc18
Showing
1 changed file
with
14 additions
and
6 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,17 +1,25 @@ | ||
<!-- | ||
Thanks for submitting a PR, your contribution is really appreciated! | ||
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant. | ||
<!-- Thanks for submitting a PR, your contribution is really appreciated! --> | ||
<!-- Unless your change is trivial, please create an issue to discuss the change before creating a PR --> | ||
<!-- Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant. | ||
--> | ||
|
||
Checklist | ||
## Change Summary | ||
|
||
<!-- Please give a short summary of the changes. --> | ||
|
||
- [ ] Passes `pre-commit run --all-files` | ||
- [ ] Tests added / passed | ||
## Related issue number | ||
|
||
<!-- Are there any issues opened that will be resolved by merging this change? --> | ||
<!-- | ||
Please note any issues this fixes using [closing keywords]( https://help.github.com/articles/closing-issues-using-keywords/ ): | ||
--> | ||
|
||
## Checklist | ||
|
||
- [ ] Unit tests for the changes exist | ||
- [ ] Tests pass on CI | ||
- [ ] Documentation reflects the changes where applicable | ||
|
||
<!-- | ||
Please add any other relevant info below: | ||
--> |