diff --git a/README.md b/README.md index 6e16fae4..463f95ae 100644 --- a/README.md +++ b/README.md @@ -465,8 +465,8 @@ We have setup [this repository](https://github.com/gnes-ai/benchmark) to track t 1. Create a new branch, say `fix-gnes-typo-1` 2. Fix/improve the codebase -3. Commit the changes. Note the **commit message must follow [the naming style]((#commit-message-naming))**, say `fix(readme): improve the readability and move sections` -4. Make a pull request. Note the **pull request must follow [the naming style]((#commit-message-naming))**. It can simply be one of your commit messages, just copy paste it, e.g. `fix(readme): improve the readability and move sections` +3. Commit the changes. Note the **commit message must follow [the naming style](./CONTRIBUTING.md#commit-message-naming)**, say `fix(readme): improve the readability and move sections` +4. Make a pull request. Note the **pull request must follow [the naming style](./CONTRIBUTING.md#commit-message-naming)**. It can simply be one of your commit messages, just copy paste it, e.g. `fix(readme): improve the readability and move sections` 5. Submit your pull request and wait for all checks passed (usually 10 minutes) - Coding style - Commit and PR styles check