Skip to content

Commit 826e72d

Browse files
CONTRIBUTING.md: a typo
(cherry picked from commit 6174114)
1 parent 86e0bb6 commit 826e72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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 `git clean -xfffd && git clean && gmake distclean && gmake` to build all subprojects from scratch
12+
* Run `git clean -xfffd && gmake clean && gmake distclean && gmake` to build all subprojects from scratch
1313
* 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**

0 commit comments

Comments
 (0)