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.