-
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.
A pull request template inspired in movement's one to better track the content of PRs. Signed-off-by: sfmig <[email protected]>
- Loading branch information
Showing
1 changed file
with
31 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,31 @@ | ||
## Description | ||
|
||
**What is this PR?** | ||
|
||
- [ ] Bug fix | ||
- [ ] Addition of a new feature | ||
- [ ] Other | ||
|
||
**Why is this PR needed?** | ||
|
||
**What does this PR do?** | ||
|
||
## References | ||
|
||
Please reference any existing issues/PRs that relate to this PR. | ||
|
||
## How has this PR been tested? | ||
|
||
Please explain how any new code has been tested, and how you have ensured that no existing functionality has changed. | ||
|
||
## Does this PR require an update to the documentation? | ||
|
||
If any features have changed, or have been added. Please explain how the | ||
documentation has been updated. | ||
|
||
## Checklist: | ||
|
||
- [ ] The code has been tested locally | ||
- [ ] Tests have been added to cover all new functionality | ||
- [ ] The documentation has been updated to reflect any changes | ||
- [ ] The code has been formatted with [pre-commit](https://pre-commit.com/) |