You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Pull requests is the primary place of discussing code changes.
7
7
8
8
The process is fairly standard:
9
9
10
+
* Make sure you (or your employer/client) [signs the Contributor License Agreement](https://github.com/rabbitmq/cla) if needed (see below)
10
11
* 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)
11
12
* Fork the repository or repositories you plan on contributing to
12
13
* Run `git clean -xfffd && gmake clean && gmake distclean && gmake` to build all subprojects from scratch
13
14
* Create a branch with a descriptive name
14
15
* 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
15
16
* Submit pull requests with an explanation what has been changed and **why**
16
-
* Submit a filled out and signed [Contributor Agreement](https://github.com/rabbitmq/cla) if needed (see below)
17
17
* Be patient. We will get to your pull request eventually
18
18
19
19
@@ -213,9 +213,11 @@ See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
213
213
214
214
## Contributor Agreement
215
215
216
-
If you want to contribute a non-trivial change, please submit a signed copy of our
217
-
[Contributor Agreement](https://github.com/rabbitmq/cla) before submitting
218
-
a pull request to `teamrabbitmq </> gmail dot c0m` and set the subject to "RabbitMQ CLA".
216
+
Before submitting your first pull request, please submit a signed copy of our
217
+
[Contributor Agreement](https://github.com/rabbitmq/cla) over email to `teamrabbitmq </> gmail dot c0m` with the subject of "RabbitMQ CLA".
218
+
219
+
Team RabbitMQ will not be able to accept contributions from individuals and legal entities (companies, non-profits)
0 commit comments