From 77d9289cfcc931022de51baa61bcb5595e596106 Mon Sep 17 00:00:00 2001 From: Chenying Zhao Date: Fri, 27 Oct 2023 11:47:14 -0400 Subject: [PATCH] add more detailed questions in bug report issue template; remove link to neurostars --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++++--- .github/ISSUE_TEMPLATE/config.yml | 4 ---- 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9ff7b547..2ec50118 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,9 +11,13 @@ assignees: '' ## Additional details -- BABS version: -- Docker version: -- Singularity version: +- BABS version (`pip show babs`): +- DataLad version (`datalad --version`): +- Git version (`git --version`): +- `git-annex` version (`git-annex version`; pasting the first printed line is sufficient): +- `datalad-container` version (`datalad containers-add --version`): +- Singularity version (`singularity --version`): +- Please copy and paste the printed messages from `babs-check-setup`: ### What were you trying to do? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 5bb4ecd2..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -contact_links: - - name: Usage question - url: https://neurostars.org/tags/c/software-support/234/babs - about: Please ask questions about using BABS on NeuroStars.