You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Pull requests is the primary place of discussing code changes.
8
8
The process is fairly standard:
9
9
10
10
* 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`
12
12
* Create a branch with a descriptive name in the relevant repositories
13
13
* 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
14
14
* Submit pull requests with an explanation what has been changed and **why**
0 commit comments