-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from johentsch/bug_report_template
Update issue template
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |