From 00883b7d7d16b9037b5e2cfc71a637b5a1ddbfb7 Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Thu, 26 Jan 2017 23:42:33 +0000 Subject: [PATCH] Issues-Template: remove '_TODO_'s; use kinder words The _TODO_ entries in the Issues_template are easily misunderstood as residual developer actions, rather than a place holder for user data entry. Replace the _TODO_ with positively directed actions for the user ("you/your") to perform. Ease off on the tone toward the end. Signed-off-by: Philip Oakley --- .github/ISSUE_TEMPLATE.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1385ba6459..75edc4d5b4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,14 +6,16 @@ ``` $ git --version --build-options -_TODO_ + +** insert your machine's response here ** ``` - Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit? ``` $ cmd.exe /c ver -_TODO_ + +** insert your machine's response here ** ``` - What options did you set as part of the installation? Or did you choose the @@ -25,36 +27,37 @@ _TODO_ > type "C:\Program Files (x86)\Git\etc\install-options.txt" > type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt" $ cat /etc/install-options.txt -_TODO_ + +** insert your machine's response here ** ``` - Any other interesting things about your environment that might be related to the issue you're seeing? - _TODO_ +** insert your response here ** ### Details - Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other - _TODO_ +** insert your response here ** - What commands did you run to trigger this issue? If you can provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) this will help us understand the issue. ``` -TODO +** insert your commands here ** ``` - What did you expect to occur after running these commands? - _TODO_ +** insert here ** - What actually happened instead? - _TODO_ +** insert here ** - If the problem was occurring with a specific repository, can you provide the URL to that repository to help us with testing? - _TODO_ +** insert URL here **