diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 3dcb3b3478..050f87b47b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -7,4 +7,4 @@ ### How to replicate the behavior ### Platform details: -please paste the output of: `python -c "import nipype; print(nipype.get_info())"` +please paste the output of: `python -c "import nipype; print(nipype.get_info()); print(nipype.__version__)"`