Skip to content

Commit 018c4b1

Browse files
Closes #14327
1 parent 73af4aa commit 018c4b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ _Put an `x` in the boxes that apply_
2121

2222
_Put an `x` in the boxes that apply.
2323
You can also fill these out after creating the PR.
24-
If you're unsure about any of them, don't hesitate to ask on the mailing list.
25-
We're here to help!
2624
This is simply a reminder of what we are going to look for before merging your code._
2725

26+
- [ ] **Mandatory**: I (or my employer/client) have have signed the CA (see https://github.com/rabbitmq/cla)
2827
- [ ] I have read the `CONTRIBUTING.md` document
29-
- [ ] I have signed the CA (see https://cla.pivotal.io/sign/rabbitmq)
3028
- [ ] I have added tests that prove my fix is effective or that my feature works
3129
- [ ] All tests pass locally with my changes
3230
- [ ] If relevant, I have added necessary documentation to https://github.com/rabbitmq/rabbitmq-website

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Pull requests is the primary place of discussing code changes.
77

88
The process is fairly standard:
99

10+
* Make sure you (or your employer/client) [signs the Contributor License Agreement](https://github.com/rabbitmq/cla) if needed (see below)
1011
* 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)
1112
* Fork the repository or repositories you plan on contributing to
1213
* Run `git clean -xfffd && gmake clean && gmake distclean && gmake` to build all subprojects from scratch
1314
* Create a branch with a descriptive name
1415
* 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
1516
* 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)
1717
* Be patient. We will get to your pull request eventually
1818

1919

@@ -213,9 +213,11 @@ See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
213213

214214
## Contributor Agreement
215215

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)
220+
that haven't signed the CLA.
219221

220222
## Where to Ask Questions
221223

0 commit comments

Comments
 (0)