Skip to content

Commit 2ea48c9

Browse files
lukebakkenmergify-bot
authored andcommitted
Replace files with symlinks
This prevents duplicated and out-of-date instructions. (cherry picked from commit dba25f6) (cherry picked from commit 4b11563) # Conflicts: # deps/amqp10_common/CONTRIBUTING.md # deps/amqp10_common/CONTRIBUTING.md~HEAD # deps/amqp_client/CONTRIBUTING.md # deps/amqp_client/CONTRIBUTING.md~HEAD # deps/rabbit_common/CONTRIBUTING.md # deps/rabbit_common/CONTRIBUTING.md~HEAD # deps/rabbitmq_amqp1_0/CONTRIBUTING.md # deps/rabbitmq_amqp1_0/CONTRIBUTING.md~HEAD # deps/rabbitmq_codegen/CONTRIBUTING.md # deps/rabbitmq_codegen/CONTRIBUTING.md~HEAD # deps/rabbitmq_jms_topic_exchange/CONTRIBUTING.md # deps/rabbitmq_jms_topic_exchange/CONTRIBUTING.md~HEAD # deps/rabbitmq_management_agent/CONTRIBUTING.md # deps/rabbitmq_management_agent/CONTRIBUTING.md~HEAD # deps/rabbitmq_random_exchange/CONTRIBUTING.md # deps/rabbitmq_random_exchange/CONTRIBUTING.md~HEAD # deps/rabbitmq_recent_history_exchange/CONTRIBUTING.md # deps/rabbitmq_recent_history_exchange/CONTRIBUTING.md~HEAD # deps/rabbitmq_sharding/CONTRIBUTING.md # deps/rabbitmq_sharding/CONTRIBUTING.md~HEAD # deps/rabbitmq_stream/CONTRIBUTING.md # deps/rabbitmq_stream/CONTRIBUTING.md~HEAD # deps/rabbitmq_stream_common/CONTRIBUTING.md # deps/rabbitmq_stream_common/CONTRIBUTING.md~HEAD # deps/rabbitmq_stream_management/CONTRIBUTING.md # deps/rabbitmq_stream_management/CONTRIBUTING.md~HEAD # deps/rabbitmq_top/CONTRIBUTING.md # deps/rabbitmq_top/CONTRIBUTING.md~HEAD # deps/rabbitmq_trust_store/CONTRIBUTING.md # deps/rabbitmq_trust_store/CONTRIBUTING.md~HEAD # deps/rabbitmq_web_dispatch/CONTRIBUTING.md # deps/rabbitmq_web_dispatch/CONTRIBUTING.md~HEAD # deps/rabbitmq_web_mqtt_examples/CONTRIBUTING.md # deps/rabbitmq_web_mqtt_examples/CONTRIBUTING.md~HEAD # deps/rabbitmq_web_stomp/CONTRIBUTING.md # deps/rabbitmq_web_stomp/CONTRIBUTING.md~HEAD
1 parent e113d6c commit 2ea48c9

File tree

110 files changed

+776
-5620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+776
-5620
lines changed

deps/amqp10_client/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../CODE_OF_CONDUCT.md

deps/amqp10_client/CONTRIBUTING.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

deps/amqp10_client/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../CONTRIBUTING.md

deps/amqp10_common/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../CODE_OF_CONDUCT.md

deps/amqp10_common/CONTRIBUTING.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

deps/amqp10_common/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../CONTRIBUTING.md
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## Overview
2+
3+
RabbitMQ projects use pull requests to discuss, collaborate on and accept code contributions.
4+
Pull requests is the primary place of discussing code changes.
5+
6+
## How to Contribute
7+
8+
The process is fairly standard:
9+
10+
* Fork the repository or repositories you plan on contributing to
11+
* Clone [RabbitMQ umbrella repository](https://github.com/rabbitmq/rabbitmq-public-umbrella)
12+
* `cd umbrella`, `make co`
13+
* Create a branch with a descriptive name in the relevant repositories
14+
* Make your changes, run tests, commit with a [descriptive message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html), push to your fork
15+
* 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/ca#how-to-submit) if needed (see below)
17+
* Be patient. We will get to your pull request eventually
18+
19+
If what you are going to work on is a substantial change, please first ask the core team
20+
of their opinion on [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users).
21+
22+
23+
## Code of Conduct
24+
25+
See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
26+
27+
28+
## Contributor Agreement
29+
30+
If you want to contribute a non-trivial change, please submit a signed copy of our
31+
[Contributor Agreement](https://github.com/rabbitmq/ca#how-to-submit) around the time
32+
you submit your pull request. This will make it much easier (in some cases, possible)
33+
for the RabbitMQ team at Pivotal to merge your contribution.
34+
35+
36+
## Where to Ask Questions
37+
38+
If something isn't clear, feel free to ask on our [mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users).

deps/amqp_client/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)