Remove public umbrella repo mention from CONTRIBUTING guide.
This commit is contained in:
parent
5f8f57dac6
commit
d65568138f
|
|
@ -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**
|
||||
|
|
|
|||
Loading…
Reference in New Issue