Remove public umbrella repo mention from CONTRIBUTING guide.

This commit is contained in:
Ilya Khaprov 2021-07-02 16:21:54 +02:00
parent 5f8f57dac6
commit d65568138f
No known key found for this signature in database
GPG Key ID: 458DA76505102BDC
1 changed files with 1 additions and 2 deletions

View File

@ -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**