diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd8b67a3bdd0..2e32d5fa280c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,8 +8,7 @@ Pull requests is the primary place of discussing code changes. The process is fairly standard: * Fork the repository or repositories you plan on contributing to - * Clone [RabbitMQ umbrella repository](https://github.com/rabbitmq/rabbitmq-public-umbrella) - * `cd umbrella`, `make co` + * Run `make` * Create a branch with a descriptive name in the relevant repositories * 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 * Submit pull requests with an explanation what has been changed and **why**