From 97de17ae5f7ad1bea2068c034775d848bf5b7b01 Mon Sep 17 00:00:00 2001 From: Steve Cresswell <229672+cressie176@users.noreply.github.com> Date: Wed, 10 Aug 2022 21:20:04 +0100 Subject: [PATCH] Experiment with issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..a4d5dea9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report / Support request +about: Report a bug or ask for help +title: '' +labels: '' +assignees: '' + +--- + +Before reporting a bug or requesting support please + +1. Read the troubleshooting guide (https://amqp-node.github.io/amqplib/#troubleshooting) +2. Search the existing open and closed issues for similar questions + +If you are new to amqplib then please familiarise yourself with the channel api documentation + +- https://amqp-node.github.io/amqplib/channel_api.html + +If you are new to RabbitMQ then the following articles may be helpful + +- https://www.cloudamqp.com/blog/part1-rabbitmq-for-beginners-what-is-rabbitmq.html +- https://www.rabbitmq.com/tutorials/amqp-concepts.html + +If the above does not help, please provide the following information... + +- A clear and concise description of what the bug is. +- RabbitMQ version +- amqplib version + +If you include code snippets, please take the time to format them for they are easier to read + +- https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks + +Thank you + +