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: deps/rabbitmq_auth_backend_internal_loopback/CONTRIBUTING.md
+28-6Lines changed: 28 additions & 6 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://cla.pivotal.io/) if needed (see below)
17
17
* Be patient. We will get to your pull request eventually
0 commit comments