Skip to content

Commit b6458d9

Browse files
authored
Merge pull request #1814 from nipy/check/version
add nipype version to issue template
2 parents 8b2ecf7 + 10c0b2b commit b6458d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
### How to replicate the behavior
88

99
### Platform details:
10-
please paste the output of: `python -c "import nipype; print(nipype.get_info())"`
10+
please paste the output of: `python -c "import nipype; print(nipype.get_info()); print(nipype.__version__)"`

0 commit comments

Comments
 (0)