From df7ae21541a3315de99dbc5a769ed06f909e77a2 Mon Sep 17 00:00:00 2001 From: hub2git Date: Sat, 22 Apr 2017 19:53:14 -0700 Subject: [PATCH 1/2] 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:** From fd18da0d091cf7f3ace407b1650a37615ced8167 Mon Sep 17 00:00:00 2001 From: hub2git Date: Sat, 22 Apr 2017 20:04:30 -0700 Subject: [PATCH 2/2] From one newbie to other newbies... I'm a newbie. I reckon most people on github aren't. But in the off-chance that the rare newbie visits, I think it's good to have a simple statement about Anbox that a newbie could understand. Hence my suggested change. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6061a09..956f403 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Anbox -Anbox is container based approach to boot a full Android system on a -regular GNU Linux system like Ubuntu. +Anbox is container based approach to boot a full Android system on a regular GNU Linux system like Ubuntu. +In newbie terms: Anbox will let you run Android on your Linux without the slowness of virtualization. ## Overview