Skip to content

Commit 86e0bb6

Browse files
More CONTRIBUTING.md updates
(cherry picked from commit 0d2c627)
1 parent 86888c1 commit 86e0bb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The process is fairly standard:
99

1010
* Present your idea to the RabbitMQ core team using [GitHub Discussions](https://github.com/rabbitmq/rabbitmq-server/discussions) or [RabbitMQ community Discord server](https://rabbitmq.com/discord)
1111
* Fork the repository or repositories you plan on contributing to
12-
* Run `gmake`
13-
* Create a branch with a descriptive name in the relevant repositories
12+
* Run `git clean -xfffd && git clean && gmake distclean && gmake` to build all subprojects from scratch
13+
* Create a branch with a descriptive name
1414
* Make your changes, run tests, ensure correct code formatting, commit with a [descriptive message](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html), push to your fork
1515
* Submit pull requests with an explanation what has been changed and **why**
1616
* Submit a filled out and signed [Contributor Agreement](https://cla.pivotal.io/) if needed (see below)
@@ -35,6 +35,7 @@ killall -9 beam.smp; killall -9 erl; killall -9 make; killall -9 epmd; killall -
3535
cd deps/rabbit
3636

3737
# cleans build artifacts
38+
git clean -xfffd
3839
gmake clean; gmake distclean
3940

4041
# builds the broker and all of its dependencies

0 commit comments

Comments
 (0)