Commit Graph

20 Commits (1fbfccb4fc9fc99405174b529206524179177474)

Author SHA1 Message Date
Patrick G e90bbcaa52 Comment help text for issues ()
Jonas Östanbäck a037cd81ff Add link to forum in issue template ()
Jonas Östanbäck cc5484de10 Update links to Discord server
esell d87596aec4 Add MSSQL to issues template ()
Patrick G aaf9adfbe8 Fix grammar ()
Kim "BKC" Carlbäcker 669dad71f8 Add Screenshot-secion to IssueTemplate.md ()
For `UI`-bugs we usually require a Screenshot to debug it 😉
Bwko dc50c78f48 Replace pull request with issue at issue_template ()
Sandro Santilli 1831ee2d1d Update example install url from try.gogs.io to try.gitea.io ()
* Update example install url from try.gogs.io to try.gitea.io

* Ask if issue can be reproduced on try.gitea.io

* Link try.gitea.io to the README
Thomas Boerger 9628d4fb44
Unified GitHub templates accross all projects
Sandro Santilli 27f99a16a6 Review issue and pull templates, drop unused contributing file
The CONTRIBUTING.md from root dir will be used by github
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
rugk 28dc5bb566 Replace gogs.io http links with https version ()
Unknwon 50422f1fc2 always use relative avatar link in the template
Unknwon f2884d8e31 Minor fix for pull request template [CI SKIP]
Unknwon 03ba257ad2 Update GitHub templates
Unknwon 5ec8ef0230 Update locales
Lubomir I. Ivanov 94f9ff1ac9 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.
Unknwon d324500959 Prepare to release
Bart b91b35b565 Removed duplicate of paragraph
Unknwon 2fdf8fc938 Add issue and pull request template