From df7ae21541a3315de99dbc5a769ed06f909e77a2 Mon Sep 17 00:00:00 2001 From: hub2git Date: Sat, 22 Apr 2017 19:53:14 -0700 Subject: [PATCH] Update ISSUE_TEMPLATE.md 1. A few people don't know what to do with line 6 (the line I changed). See, for example: https://github.com/anbox/anbox/issues/157 https://github.com/anbox/anbox/issues/159 https://github.com/anbox/anbox/issues/141 https://github.com/anbox/anbox/issues/132 2. Since [anbox system-info] prints the version number, we don't need to ask people to do [anbox version]. 3. Changed wordings of the other "section titles". --- .github/ISSUE_TEMPLATE.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6c04d72..1881bb6 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,15 +1,16 @@ Make sure you are running the latest version of Anbox before reporting an issue. -Please also check that no similar bug is already reported. Have a look on the -list of open bugs at https://github.com/anbox/anbox/issues +Please also check that no similar bug is already reported. Have a look on the list of open bugs at https://github.com/anbox/anbox/issues -**Anbox release (`anbox version`) and system info (`anbox system-info`):** +** Please paste the result of `anbox system-info` below:** +``` +[please paste printout of `anbox system-info` here] +``` + +**Please describe your problem:** -**Description of the problem:** - - -**Expected:** +**What were you expecting?:** **Additional info:**