From 0f58a19fceb21c5dbe1af5497bfc278be5d03dcf Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 2 Aug 2018 11:29:00 -0400 Subject: [PATCH 1/2] 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. --- .github/ISSUE_TEMPLATE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fbbd2c8a88..c18a05b84c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,7 +12,13 @@ Please put URL to code or code here (if not too long). ### Platform details: -Please paste the output of: `python -c "import nipype; print(nipype.get_info()); print(nipype.__version__)"` + + +``` + +``` ### Execution environment From 18b51343009cfb0459fe9a061b7873a003f6cf78 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 2 Aug 2018 12:06:46 -0400 Subject: [PATCH 2/2] DOC: Remove redundant print --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c18a05b84c..9ce0d1f3c1 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,7 +13,7 @@ Please put URL to code or code here (if not too long). ### Platform details: ```