diff options
author | zeripath <art27@cantab.net> | 2020-10-21 16:42:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-21 11:42:47 -0400 |
commit | 67b1a88e80906c4b8ee8b3a238dc1fdddd971c2b (patch) | |
tree | b7eef094d62324bfbb392c3678e34ff49839c3c1 /.github/issue_template.md | |
parent | de6e427a0188ef1be6108c5a71979dc4dd679aec (diff) | |
download | gitea-67b1a88e80906c4b8ee8b3a238dc1fdddd971c2b.tar.gz gitea-67b1a88e80906c4b8ee8b3a238dc1fdddd971c2b.zip |
add more clarification to the issue-template.md (#13235)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.github/issue_template.md')
-rw-r--r-- | .github/issue_template.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index 0da267c9d0..15773a478d 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -12,6 +12,9 @@ - Gitea version (or commit ref): - Git version: - Operating system: + <!-- Please include information on whether you built gitea yourself, used one of our downloads or are using some other package --> + <!-- Please also tell us how you are running gitea, e.g. if it is being run from docker, a command-line, systemd etc. ---> + <!-- If you are using a package or systemd tell us what distribution you are using --> - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL @@ -21,6 +24,9 @@ - [ ] Yes (provide example URL) - [ ] No - Log gist: +<!-- It really is important to provide pertinent logs --> +<!-- Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems --> +<!-- In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini --> ## Description |