Skip to content

Commit

Permalink
Merge pull request #3172 from rabbitmq/update-contributing-guide
Browse files Browse the repository at this point in the history
Remove public umbrella repo mention from CONTRIBUTING guide.

(cherry picked from commit c87117c)
  • Loading branch information
michaelklishin committed Jul 2, 2021
1 parent dd292ac commit c02307b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

0 comments on commit c02307b

Please sign in to comment.