From d755a8cb790c76f2be99a200cc83d7b5d9aad23f Mon Sep 17 00:00:00 2001 From: Johannes Hentschel Date: Thu, 8 Dec 2022 18:26:57 +0100 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++++++++ 1 file changed, 17 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..316db780 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,17 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +Please describe what you wanted to achieve with which command(s) or in which context and what you got instead. If you got an error message, please copy the whole message into a code block. + +**ms3 version** +Include the output of the ``ms3 --version`` command. If the output is `ms3: error: unrecognized arguments: --version` you need to upgrade ms3 and see if the bug persists. + +**To Reproduce** +You can facilitate our bug hunt immensely by attaching (one of) the score(s) for which the bug happens, and a code example that results in the error if applicable.