From 4c60e2c6041de068e2be5061a10ea767736e327a Mon Sep 17 00:00:00 2001 From: Yechiel Levi Date: Wed, 30 May 2018 18:21:58 +0300 Subject: [PATCH] Updating Issue template --- .github/ISSUE_TEMPLATE.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1881bb6..f16a1a8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,12 @@ -Make sure you are running the latest version of Anbox before reporting an issue. +1. Please check that no similar bug is already reported. Have a look on the list of open bugs at https://github.com/anbox/anbox/issues +2. Make sure you are running the latest version of Anbox before reporting an issue. Update snap to latest: `snap refresh --devmode --edge anbox` +3. Make sure you have debug logs enabled: +`sudo snap set anbox debug.enable=true` +4. Reproduce the error while debug logs enabled. +5. Run the anbox logs collection utility and attach the tar file. +`sudo /snap/bin/anbox.collect-bug-info ` -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 paste the result of `anbox system-info` below:** +6. ** Please paste the result of `anbox system-info` below:** ``` [please paste printout of `anbox system-info` here] ``` @@ -14,3 +18,4 @@ Please also check that no similar bug is already reported. Have a look on the li **Additional info:** +