Skip to content

Commit 821755a

Browse files
michaelklishinmergify[bot]
authored andcommitted
Update CONTRIBUTING.md to mention Bazel
(cherry picked from commit 032ee29) (cherry picked from commit 3dc0d5c) (cherry picked from commit 216f04c)
1 parent 7590eb6 commit 821755a

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)