Skip to content

Commit bf22abe

Browse files
committed
Add note about conventional commits
1 parent ed19c75 commit bf22abe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ Open a pull request against the main
7878
[opentelemetry-rust](https://github.com/open-telemetry/opentelemetry-rust)
7979
repo.
8080

81+
Your pull request should be named according to the
82+
[conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. This ensures that
83+
when the PR is squashed into `main`, the resulting commit message is consistent and makes it easier
84+
for us to generate a changelog standard. This ensures that
85+
when the PR is squashed into `main`, the resulting commit message is consistent and makes it easier
86+
for us to generate a changelog.
87+
8188
> **Note**
8289
> It is recommended to run [pre-commit script](scripts/precommit.sh) to catch any issues locally.
8390

0 commit comments

Comments
 (0)