diff options
-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 |