Skip to content

Commit 2e69844

Browse files
authored
Merge pull request #2671 from nipy/gh/prettyprint
Issue template: Pretty print platform details
2 parents 69dce12 + 18b5134 commit 2e69844

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ Please put URL to code or code here (if not too long).
1212

1313
### Platform details:
1414

15-
Please paste the output of: `python -c "import nipype; print(nipype.get_info()); print(nipype.__version__)"`
15+
<!-- 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+
```
1622

1723
### Execution environment
1824

0 commit comments

Comments
 (0)