Skip to content

Commit b1db6a7

Browse files
authored
docs: mention breaking changes in PR template
Fixes #382 Signed-off-by: Zack Newman <[email protected]>
1 parent 4705874 commit b1db6a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Please fill in the fields below to submit a pull request. The more information that is provided, the better.
22

33
Fixes #<Issue>
4+
45
Release Notes: <!-- What comments/remarks should we include in the release notes for this change? -->
56

67
**Types of changes**:
78
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
89
- [ ] Bug fix (non-breaking change which fixes an issue)
910
- [ ] New feature (non-breaking change which adds functionality)
10-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected). **Please ensure that your PR title** is a [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) breaking change (with a `!`, as in `feat!: change foo`).
1112

1213
**Description of the changes being introduced by the pull request**:
1314

0 commit comments

Comments
 (0)