-
Notifications
You must be signed in to change notification settings - Fork 160
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
33 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,33 @@ | ||
# Descriptive pull request title | ||
|
||
## What does this implement/fix? Explain your changes | ||
|
||
... | ||
|
||
## Does this close any currently open issues? | ||
|
||
Fixes # (issue) | ||
|
||
## Any relevant code examples, logs, error output, etc? | ||
|
||
... | ||
|
||
## Any other comments? | ||
|
||
... | ||
|
||
## Checklist | ||
|
||
Put an `x` in the boxes that apply. You can also fill these out after creating | ||
the PR. If you're unsure about any of them, don't hesitate to ask. We're here to | ||
help! This is simply a reminder of what we are going to look for before merging | ||
your code. | ||
|
||
- [ ] I have read and understood the [contribution | ||
guidelines](https://github.com/sbi-dev/sbi/blob/main/CONTRIBUTING.md) | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
- [ ] I performed linting and formatting as described in the [contribution | ||
guidelines](https://github.com/sbi-dev/sbi/blob/main/CONTRIBUTING.md) | ||
- [ ] I rebased on `main` (or there are no conflicts with `main`) |