We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0a79c commit eb45214Copy full SHA for eb45214
README.md
@@ -33,13 +33,9 @@ and examples for your blockchain runtime in the `target_chains` directory.
33
34
### Pull requests
35
36
-Use the following format for naming the pull requests:
37
-
38
-[component] PR description
39
40
-For example:
41
42
-[hermes] Add storage tests
+Use the [Conventional Commits](https://www.conventionalcommits.org) format for your commit messages and PR titles.
+In the PR description, please include a summary of the changes and any relevant context. Also, please make sure
+to update the package versions following the [Semantic Versioning](https://semver.org/) rules.
43
44
### Releases
45
0 commit comments