Skip to content

Commit f9fc72b

Browse files
beckettseanjtieri
andauthored
chore: rename and flesh out PR template (#18)
Signed-off-by: Sean Beckett <[email protected]> Co-authored-by: Justin Tieri <[email protected]>
1 parent 6958653 commit f9fc72b

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

.github/PULL_REQUEST_TEMPLATE/default.MD

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
2+
3+
---
4+
### What is the current behavior? (You can also link to an open issue here)
5+
6+
---
7+
### What is the new behavior (if this is a feature change or bug fix)
8+
9+
---
10+
### Does this PR introduce a breaking change?
11+
If so, please describe what changes users might need to make as a result of this PR.
12+
13+
---
14+
### Associated Issues
15+
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`.
16+
17+
---
18+
### Required for all PRs:
19+
20+
- [ ] I have read and agree to follow the [Code of Conduct](../../../CODE_OF_CONDUCT.md) for this project.
21+
- [ ] I have read and followed the guidelines in the [Contributor's Guide](../../../CONTRIBUTING.md).
22+
- [ ] I understand I should follow the guidelines in the [Security Guide](../../../SECURITY.md) for any security-related issues or PRs.
23+
- [ ] I have checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change.
24+
- [ ] If applicable, I have written the appropriate tests for my new code.
25+
- [ ] If applicable, I have updated the appropriate documentation for new, updated, deprecated, or removed functionality.
26+
- [ ] I have run the linter on my code prior to submitting the PR.
27+
- [ ] All tests are passing locally for me.
28+
- [ ] My PR has a valid [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) title
29+
---

0 commit comments

Comments
 (0)