Skip to content

Commit 94f9ff1

Browse files
neolit123Gogs
authored andcommitted
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.
1 parent 97429a2 commit 94f9ff1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ For bug reports, please give the relevant info:
1111
- [ ] PostgreSQL
1212
- [ ] MySQL
1313
- [ ] SQLite
14+
- Can you reproduce the bug at http://try.gogs.io:
15+
- [ ] Yes
16+
- [ ] No
17+
- [ ] Not relevant
1418
- Log gist:
1519

1620
## Description

0 commit comments

Comments
 (0)