Skip to content

Commit 15b90fe

Browse files
authored
fix: trigger major version release
Update pull request template to request semantic commit prefixes for pull request titles. BREAKING CHANGE: From #1137 merged as commit 4038b7a, removed v3 library
1 parent b8966c5 commit 15b90fe

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
@@ -4,9 +4,10 @@ Thank you for opening a Pull Request!
44

55
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
66
- [ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
7+
- [ ] Edit the title of this pull request with a [semantic commit prefix](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type) (e.g. "fix: "), which is necessary for automated release workflows to decide whether to generate a new release and what type it should be.
8+
- [ ] Will this cause breaking changes to existing Java or Kotlin integrations? If so, ensure the commit has a `BREAKING CHANGE` footer so when this change is integrated a major version update is triggered. See: https://www.conventionalcommits.org/en/v1.0.0/
79
- [ ] Ensure the tests and linter pass
810
- [ ] Code coverage does not decrease (if any source code was changed)
911
- [ ] Appropriate docs were updated (if necessary)
10-
- [ ] Will this cause breaking changes to existing Java or Kotlin integrations? If so, ensure the commit has a `BREAKING CHANGE` footer so when this change is integrated a major version update is triggered. See: https://www.conventionalcommits.org/en/v1.0.0/
1112

1213
Fixes #<issue_number_goes_here> 🦕

0 commit comments

Comments
 (0)