From 1ac1d20169fa25ca07f752f0c6ad0bbc0bcb158a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BCgler?= Date: Mon, 25 Mar 2024 18:48:22 +0100 Subject: [PATCH] Update the support template Streamline/simplify the support template --- .../ISSUE_TEMPLATE/questions-help-support.md | 32 ++++++++----------- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/questions-help-support.md b/.github/ISSUE_TEMPLATE/questions-help-support.md index 1cb25a75..520319ad 100644 --- a/.github/ISSUE_TEMPLATE/questions-help-support.md +++ b/.github/ISSUE_TEMPLATE/questions-help-support.md @@ -7,28 +7,24 @@ assignees: '' --- -## Question/Support Request - -... +**IMPORTANT**: Please make sure to fill out the information about your environment (see below). This is often critical information we need to help you. -## Screenshots - -... +## Question/Support Request +A clear and concise description of a question you may have or a problem for which you would like to request support. - +## Screenshots / Log files +Please provide error messages, stack traces, log files and any snippets useful in describing your problem here. ## Environment - - FastSurfer Version: ... - - FreeSurfer Version: ... - - OS: ... - - CPU: ... - - GPU: ... - + - FastSurfer Version: please run `run_fastsurfer.sh --version all` and copy/attach the resulting output + - Installation type: official docker/custom docker/singularity/native + - FreeSurfer Version: 7.4.1/7.3.2 + - OS: Windows/Linux/macOS + - GPU: none/RTX 2080/... - + +... ### Execution - - - -Run Command: +Include the command you used to run FastSurfer that cause the problem, e.g. +`./run_fastsurfer.sh --sid test --sd /path/to/dir --t1 /path/to/file.nii`.