diff options
| author | Luke Bakken <lbakken@pivotal.io> | 2019-02-02 07:19:39 -0800 |
|---|---|---|
| committer | Luke Bakken <lbakken@pivotal.io> | 2019-02-02 07:19:39 -0800 |
| commit | a50ba1d2e5e6cc554eee1deb09e5bc9492e1167f (patch) | |
| tree | d0c3801f7aa70287feaa3083e271e33f3700c881 /.github | |
| parent | c52e07718b799bf8a1bebae2f551e175377cf83d (diff) | |
| download | rabbitmq-server-git-a50ba1d2e5e6cc554eee1deb09e5bc9492e1167f.tar.gz | |
Make the GitHub issue template shorter and more to the point
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE.md | 50 |
1 files changed, 12 insertions, 38 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 70b54cd818..7ba5ce9d85 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,43 +1,17 @@ -Thank you for using RabbitMQ and for taking the time to report an -issue. +Thank you for using RabbitMQ. -## Does This Belong to GitHub or RabbitMQ Mailing List? +- IMPORTANT --------------------------------------------------- +| | +| STOP NOW AND READ THIS BEFORE OPENING A NEW ISSUE ON GITHUB | +| | +--------------------------------------------------------------- -*Important:* please first read the `CONTRIBUTING.md` document in the -root of this repository. It will help you determine whether your -feedback should be directed to the RabbitMQ mailing list [1] instead. +Unless you are CERTAIN you have found a reproducible bug in RabbitMQ, you must +first ask your question or discuss your suspected issue on the mailing list: -## Please Help Maintainers and Contributors Help You +https://groups.google.com/forum/#!forum/rabbitmq-users -In order for the RabbitMQ team to investigate your issue, please provide -**as much as possible** of the following details: +Please take the time to read the CONTRIBUTING document for instructions on how +to effectively ask a question or report a suspected issue on the mailing list: -* RabbitMQ version -* Erlang version -* RabbitMQ server and client application log files -* A runnable code sample, terminal transcript or detailed set of - instructions that can be used to reproduce the issue -* RabbitMQ plugin information via `rabbitmq-plugins list` -* Client library version (for all libraries used) -* Operating system, version, and patch level - -Running the `rabbitmq-collect-env` [2] script can provide most of the -information needed. Please make the archive available via a third-party -service and note that **the script does not attempt to scrub any -sensitive data**. - -If your issue involves RabbitMQ management UI or HTTP API, please also provide -the following: - - * Browser and its version - * What management UI page was used (if applicable) - * How the HTTP API requests performed can be reproduced with `curl` - * Operating system on which you are running your browser, and its version - * Errors reported in the JavaScript console (if any) - -This information **greatly speeds up issue investigation** (or makes it -possible to investigate it at all). Please help project maintainers and -contributors to help you by providing it! - -1. https://groups.google.com/forum/#!forum/rabbitmq-users -2. https://github.com/rabbitmq/support-tools/blob/master/scripts/rabbitmq-collect-env +https://github.com/rabbitmq/rabbitmq-server/blob/master/CONTRIBUTING.md#github-issues |
