Skip to content

Commit 86e3a60

Browse files
authored
Merge pull request #2000 from rabbitmq/contributing-update
Update contributing to include CLA and discord.
2 parents 340eef1 + 96d6006 commit 86e3a60

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the expected behaviour, along with repro steps when possible. It is important to
1212
repro when possible, as it speeds up the triage and potential fix.
1313

1414
We do not use GitHub issues for questions or support requests. For that purpose, it is better
15-
to use [RabbitMQ mailing list][rmq-users] or [RabbitMQ Slack #kubernetes channel][rabbitmq-slack].
15+
to use [github discussions][github-discussions], the [RabbitMQ mailing list][rmq-users], [RabbitMQ Slack #kubernetes channel][rabbitmq-slack], or [RabbitMQ Discord][rabbitmq-discord].
1616

1717
For support questions, we strongly encourage you to provide a way to
1818
reproduce the behavior you're observing, or at least sharing as much
@@ -21,6 +21,10 @@ list][rmq-users]. This would include YAML manifests, Kubernetes version,
2121
RabbitMQ Operator logs and any other relevant information that might help
2222
to diagnose the problem.
2323

24+
## Contributor License Agreement
25+
26+
All contributors to RabbitMQ projects must sign the RabbitMQ [Contributor License Agreement][cla].
27+
2428
## Makefile
2529

2630
This project contains a Makefile to perform common development operation. If you want to build, test or deploy a local copy of the repository, keep reading.
@@ -99,8 +103,10 @@ information on using pull requests.
99103

100104
This project follows [Contributor Covenant](./CODE_OF_CONDUCT.md), version 2.0.
101105

106+
[cla]: https://github.com/rabbitmq/cla
107+
[github-discussions]: https://github.com/rabbitmq/cluster-operator/discussions
102108
[rmq-users]: https://groups.google.com/forum/#!forum/rabbitmq-users
103109
[git-commit-msgs]: https://chris.beams.io/posts/git-commit/
104110
[github-fork]: https://help.github.com/articles/fork-a-repo/
105111
[rabbitmq-slack]: https://rabbitmq-slack.herokuapp.com/
106-
112+
[rabbitmq-discord]: https://discord.com/invite/VwWnkG3GWy

0 commit comments

Comments
 (0)