Skip to content

Commit c5e60ac

Browse files
committed
ci: Update PR template to clarify conventional commit syntax
1 parent 842d3fc commit c5e60ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Before submitting your PR, there are a few things you can do to make sure it goe
55

66
- [ ] Follow the [`CONTRIBUTING` Guide](https://github.com/google-a2a/a2a-python/blob/main/CONTRIBUTING.md).
77
- [ ] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification.
8+
- `fix:` which represents bug fixes, and correlates to a [SemVer](https://semver.org/) patch.
9+
- `feat:` represents a new feature, and correlates to a SemVer minor.
10+
- `feat!:`, or `fix!:`, `refactor!:`, etc., which represent a breaking change (indicated by the `!`) and will result in a SemVer major.
811
- [ ] Ensure the tests and linter pass (Run `nox -s format` from the repository root to format)
912
- [ ] Appropriate docs were updated (if necessary)
1013

0 commit comments

Comments
 (0)