Skip to content

Commit 2801311

Browse files
Merge pull request #3172 from rabbitmq/update-contributing-guide
Remove public umbrella repo mention from CONTRIBUTING guide. (cherry picked from commit c87117c)
1 parent 960b0f3 commit 2801311

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +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-
* Clone [RabbitMQ umbrella repository](https://github.com/rabbitmq/rabbitmq-public-umbrella)
12-
* `cd umbrella`, `make co`
11+
* Run `make`
1312
* Create a branch with a descriptive name in the relevant repositories
1413
* Make your changes, run tests, commit with a [descriptive message](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html), push to your fork
1514
* Submit pull requests with an explanation what has been changed and **why**

0 commit comments

Comments
 (0)