From e973e0ff5ba5ddde73bb2b95088a9fadc2f4997b Mon Sep 17 00:00:00 2001 From: Chris Rorden Date: Tue, 1 Jun 2021 08:21:26 -0400 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1f764e62..a69ea02e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,21 +8,33 @@ assignees: '' --- **Describe the bug** + A clear and concise description of what the bug is. -**To Reproduce** +**To reproduce** + Steps to reproduce the behavior: 1. Run the command 'dcm2niix ...' 2. See error ... **Expected behavior** + A clear and concise description of what you expected to happen. -**Output Log** +**Output log** + If applicable, output generated converting data. -** Version (please complete the following information):** +**Version** + +Please report the complete version string: + - dcm2niix version string, e.g. `dcm2niiX version v1.0.20201207 Clang12.0.0 ARM (64-bit MacOS)` The version string is always the first line generated when dcm2niix is run. + +**Troubleshooting** + +Please try the following steps to resolve your issue: + - Is this the [latest stable release](https://github.com/rordenlab/dcm2niix/releases)? If not, does the latest stable release resolve your issue? - If the latest stable version fails, and you are using Windows. Does the latest commit on the development branch resolve your issue? You can get a pre-compiled version from [AppVeyor](https://ci.appveyor.com/project/neurolabusc/dcm2niix) (click on the Artifacts button). - If the latest stable version fails, and you are using macOS or Linux. Does the latest commit on the development branch resolve your issue? You can build this using the recipe below: