Skip to content

Commit 2f881b1

Browse files
Merge branch 'v3.7.x' into forward-compatible-default-bindings
2 parents 501027a + e7a4778 commit 2f881b1

Some content is hidden

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

45 files changed

+1026
-409
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 10 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,15 @@
1-
Thank you for using RabbitMQ and for taking the time to report an
2-
issue.
1+
Thank you for using RabbitMQ.
32

4-
## Does This Belong to GitHub or RabbitMQ Mailing List?
3+
**STOP NOW AND READ THIS** BEFORE OPENING A NEW ISSUE ON GITHUB
54

6-
*Important:* please first read the `CONTRIBUTING.md` document in the
7-
root of this repository. It will help you determine whether your
8-
feedback should be directed to the RabbitMQ mailing list [1] instead.
5+
Unless you are CERTAIN you have found a reproducible problem in RabbitMQ
6+
or have a **specific, actionable** suggestion for our team, you must
7+
first ask your question or discuss your suspected issue on the [mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users). Team RabbitMQ does not use GitHub issues
8+
for discussions, investigations, root cause analysis and so on.
99

10-
## Please Help Maintainers and Contributors Help You
10+
Please take the time to read the `CONTRIBUTING.md` document for instructions on [how
11+
to effectively ask a question or report a suspected issue](https://github.com/rabbitmq/rabbitmq-server/blob/master/CONTRIBUTING.md#github-issues) on the mailing list.
1112

12-
In order for the RabbitMQ team to investigate your issue, please provide
13-
**as much as possible** of the following details:
13+
Following these rules **will save time** to both your and the maintainers.
1414

15-
* RabbitMQ version
16-
* Erlang version
17-
* RabbitMQ server and client application log files
18-
* A runnable code sample, terminal transcript or detailed set of
19-
instructions that can be used to reproduce the issue
20-
* RabbitMQ plugin information via `rabbitmq-plugins list`
21-
* Client library version (for all libraries used)
22-
* Operating system, version, and patch level
23-
24-
Running the `rabbitmq-collect-env` [2] script can provide most of the
25-
information needed. Please make the archive available via a third-party
26-
service and note that **the script does not attempt to scrub any
27-
sensitive data**.
28-
29-
If your issue involves RabbitMQ management UI or HTTP API, please also provide
30-
the following:
31-
32-
* Browser and its version
33-
* What management UI page was used (if applicable)
34-
* How the HTTP API requests performed can be reproduced with `curl`
35-
* Operating system on which you are running your browser, and its version
36-
* Errors reported in the JavaScript console (if any)
37-
38-
This information **greatly speeds up issue investigation** (or makes it
39-
possible to investigate it at all). Please help project maintainers and
40-
contributors to help you by providing it!
41-
42-
1. https://groups.google.com/forum/#!forum/rabbitmq-users
43-
2. https://github.com/rabbitmq/support-tools/blob/master/scripts/rabbitmq-collect-env
15+
Thank you.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ As long as we can understand the intent, it's all good.
1616
What types of changes does your code introduce to this project?
1717
_Put an `x` in the boxes that apply_
1818

19-
- [ ] Bugfix (non-breaking change which fixes issue #NNNN)
19+
- [ ] Bug fix (non-breaking change which fixes issue #NNNN)
2020
- [ ] New feature (non-breaking change which adds functionality)
21-
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
22-
- [ ] Documentation (correction or otherwise)
23-
- [ ] Cosmetics (whitespace, appearance)
21+
- [ ] Breaking change (fix or feature that would cause an observable behavior change in existing systems)
22+
- [ ] Documentation improvements (corrections, new content, etc)
23+
- [ ] Cosmetic change (whitespace, formatting, etc)
2424

2525
## Checklist
2626

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ web-manpages: $(WEB_MANPAGES)
279279
gsub(/<\/h2>/, "</h3>", line); \
280280
gsub(/<h1/, "<h2", line); \
281281
gsub(/<\/h1>/, "</h2>", line); \
282-
gsub(/class="D1"/, "class=\"D1 sourcecode bash hljs\"", line); \
283-
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent sourcecode bash hljs\"", line); \
282+
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
283+
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
284284
print line; \
285285
} } \
286286
' > "$@"

0 commit comments

Comments
 (0)