Skip to content

Commit ef267f6

Browse files
Merge pull request #8021 from rabbitmq/mergify/bp/v3.10.x/pr-8020
Update CONTRIBUTING.md to mention Bazel (backport #8018) (backport #8019) (backport #8020)
2 parents 7590eb6 + 821755a commit ef267f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pull requests is the primary place of discussing code changes.
88
The process is fairly standard:
99

1010
* Fork the repository or repositories you plan on contributing to
11-
* Run `make`
11+
* Run `bazel sync` if you plan to [use Bazel](https://github.com/rabbitmq/contribute/wiki/Bazel-and-BuildBuddy), or `make`
1212
* Create a branch with a descriptive name in the relevant repositories
1313
* Make your changes, run tests, ensure correct code formatting, commit with a [descriptive message](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html), push to your fork
1414
* Submit pull requests with an explanation what has been changed and **why**

0 commit comments

Comments
 (0)