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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ the expected behaviour, along with repro steps when possible. It is important to
12
12
repro when possible, as it speeds up the triage and potential fix.
13
13
14
14
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].
16
16
17
17
For support questions, we strongly encourage you to provide a way to
18
18
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,
21
21
RabbitMQ Operator logs and any other relevant information that might help
22
22
to diagnose the problem.
23
23
24
+
## Contributor License Agreement
25
+
26
+
All contributors to RabbitMQ projects must sign the RabbitMQ [Contributor License Agreement][cla].
27
+
24
28
## Makefile
25
29
26
30
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.
99
103
100
104
This project follows [Contributor Covenant](./CODE_OF_CONDUCT.md), version 2.0.
0 commit comments