We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842d3fc commit 011d632Copy full SHA for 011d632
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -5,6 +5,10 @@ Before submitting your PR, there are a few things you can do to make sure it goe
5
6
- [ ] Follow the [`CONTRIBUTING` Guide](https://github.com/google-a2a/a2a-python/blob/main/CONTRIBUTING.md).
7
- [ ] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification.
8
+ - Important Prefixes for [release-please](https://github.com/googleapis/release-please):
9
+ - `fix:` which represents bug fixes, and correlates to a [SemVer](https://semver.org/) patch.
10
+ - `feat:` represents a new feature, and correlates to a SemVer minor.
11
+ - `feat!:`, or `fix!:`, `refactor!:`, etc., which represent a breaking change (indicated by the `!`) and will result in a SemVer major.
12
- [ ] Ensure the tests and linter pass (Run `nox -s format` from the repository root to format)
13
- [ ] Appropriate docs were updated (if necessary)
14
0 commit comments