diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 655544e6b7..a99857436f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,19 @@ -We DO NOT take questions or config/deploy problems on GitHub, please use our forum: https://discuss.gogs.io +The issue will be closed without any reasons if it does not satisfy any of following requirements: -Please take a moment to search that an issue doesn't already exist. +1. Please do NOT post questions or config/deploy problems on GitHub, please use our forum: https://discuss.gogs.io +2. Please take a moment to search that an issue doesn't already exist. +3. Please give all relevant information below for bug reports; incomplete details considered invalid report. -For bug reports, please give the relevant info: +**You MUST delete above content including this line before posting; too lazy to take this action considered invalid report.** -- Gogs version (or commit ref): -- Git version: -- Operating system: -- Database: +- Gogs version (or commit ref): +- Git version: +- Operating system: +- Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] SQLite -- Can you reproduce the bug at http://try.gogs.io: +- Can you reproduce the bug at https://try.gogs.io: - [ ] Yes (provide example URL) - [ ] No - [ ] Not relevant |