We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69dce12 + 18b5134 commit 2e69844Copy full SHA for 2e69844
.github/ISSUE_TEMPLATE.md
@@ -12,7 +12,13 @@ Please put URL to code or code here (if not too long).
12
13
### Platform details:
14
15
-Please paste the output of: `python -c "import nipype; print(nipype.get_info()); print(nipype.__version__)"`
+<!-- Please run the following code from your shell and place the output between the triple ticks, below.
16
+python -c "import nipype; from pprint import pprint; pprint(nipype.get_info())"
17
+-->
18
+
19
+```
20
21
22
23
### Execution environment
24
0 commit comments