aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorLubomir I. Ivanov <neolit123@gmail.com>2016-03-02 15:58:59 +0200
committerGogs <gogs@fake.local>2016-03-02 20:12:14 +0200
commit94f9ff1ac9e8dc27453bdf814c6e778919c3f7a8 (patch)
tree451f252d3a0900b09c933c4333136526c4c8e2f2 /.github/ISSUE_TEMPLATE.md
parent97429a25ab6a0cef263edf85124bae73c5457b9c (diff)
downloadgitea-94f9ff1ac9e8dc27453bdf814c6e778919c3f7a8.tar.gz
gitea-94f9ff1ac9e8dc27453bdf814c6e778919c3f7a8.zip
ISSUE_TEMPLATE: suggestion to test at try.gogs.io
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.
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 200026e384..02de0cd375 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -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