Skip to content

Commit 0f58a19

Browse files
authored
Issue template: Pretty print platform details
This will help make issues more readable by adding newlines and vertically aligning keys. Pretty-printing is a built-in, so no dependencies are needed. I've also moved the suggestion to an HTML comment and provided pre-written triple ticks to help with formatting for new users.
1 parent 69dce12 commit 0f58a19

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()); print(nipype.__version__)"
17+
-->
18+
19+
```
20+
21+
```
1622

1723
### Execution environment
1824

0 commit comments

Comments
 (0)