Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
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
sfmig authored Nov 5, 2024
1 parent a98b2a2 commit b72d4ad
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/pull_request_template.md
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/)

0 comments on commit b72d4ad

Please sign in to comment.