]> source.dussan.org Git - gitea.git/commitdiff
ISSUE_TEMPLATE: suggestion to test at try.gogs.io
authorLubomir I. Ivanov <neolit123@gmail.com>
Wed, 2 Mar 2016 13:58:59 +0000 (15:58 +0200)
committerGogs <gogs@fake.local>
Wed, 2 Mar 2016 18:12:14 +0000 (20:12 +0200)
I've noticed that a lot of issues cannot be reproduced on http://try.gogs.io,
which either hints about specific database type problems or
hints about bugs which are already solved in the newer version
(as http://try.gogs.io is usually a newer build).

This patch adds the suggestion to test the issue at http://try.gogs.io in
the Github "issue template". The user can answer: "Yes", "No", "Not relevant".

"Not relevant" is an option where testing on http://try.gogs.io makes no sense as
the bug is unrelated to the Web UI or is very specific in nature.

.github/ISSUE_TEMPLATE.md

index 200026e384a8e980a0e3f2883246bab34b30c41e..02de0cd375e99c216000985663c4f0a3799992d9 100644 (file)
@@ -11,6 +11,10 @@ For bug reports, please give the relevant info:
   - [ ] PostgreSQL
   - [ ] MySQL
   - [ ] SQLite
+- Can you reproduce the bug at http://try.gogs.io:
+  - [ ] Yes
+  - [ ] No
+  - [ ] Not relevant
 - Log gist:
 
 ## Description