Skip to content

Commit

Permalink
chore: add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Aug 21, 2024
1 parent 4e13559 commit 144083d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
### What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)

---
### What is the current behavior? (You can also link to an open issue here)

---
### What is the new behavior (if this is a feature change or bug fix)

---
### Does this PR introduce a breaking change?
If so, please describe what changes users might need to make as a result of this PR.

---
### Associated Issues
Give a link to the relevant open issue(s) this PR addresses in this repository and others. If it resolves an issue, use `closes: #ddd`.

---
### Required for all PRs:

- [ ] I have read and agree to follow the [Code of Conduct](../../../CODE_OF_CONDUCT.md) for this project.
- [ ] I have read and followed the guidelines in the [Contributor's Guide](../../../CONTRIBUTING.md).
- [ ] I understand I should follow the guidelines in the [Security Guide](../../../SECURITY.md) for any security-related issues or PRs.
- [ ] I have checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change.
- [ ] If applicable, I have written the appropriate tests for my new code.
- [ ] If applicable, I have updated the appropriate documentation for new, updated, deprecated, or removed functionality.
- [ ] I have run the linter on my code prior to submitting the PR.
- [ ] All tests are passing locally for me.
- [ ] My PR has a valid [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) title
---

0 comments on commit 144083d

Please sign in to comment.