diff options
author | Sandro Santilli <strk@kbt.io> | 2016-11-05 16:20:45 +0100 |
---|---|---|
committer | Sandro Santilli <strk@kbt.io> | 2016-11-05 23:24:21 +0100 |
commit | 27f99a16a68dda8d79413c722eecf991d90b70b5 (patch) | |
tree | 39ec1353d607cf6af18fcdcda2a590b79562a3fd /.github/ISSUE_TEMPLATE.md | |
parent | 9f437eb1ab923c74af8145b81fe4e9ab485c7b41 (diff) | |
download | gitea-27f99a16a68dda8d79413c722eecf991d90b70b5.tar.gz gitea-27f99a16a68dda8d79413c722eecf991d90b70b5.zip |
Review issue and pull templates, drop unused contributing file
The CONTRIBUTING.md from root dir will be used by github
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index da434e203c..f5fb775bd9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,23 +1,22 @@ -The issue will be closed without any reasons if it does not satisfy any of following requirements: -1. Please speak English, we have forum in [Chinese](https://discuss.gogs.io/c/getting-help/getting-help-chinese). -2. Please post questions or config/deploy problems on our forum: https://discuss.gogs.io, here are bugs and feature requests only. +1. Please speak English +2. Please ask questions or config/deploy problems + on our gitter channel: https://gitter.im/go-gitea/gitea + Here are bugs and feature requests only. 3. Please take a moment to search that an issue doesn't already exist. -4. Please give all relevant information below for bug reports; incomplete details considered invalid report. +4. Please give all relevant information below for bug reports; incomplete + details considered invalid report. -**You MUST delete above content including this line before posting; too lazy to take this action considered invalid report.** +**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: +- Gitea version (or commit ref): +- Git version: +- Operating system: - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] SQLite -- Can you reproduce the bug at https://try.gogs.io: - - [ ] Yes (provide example URL) - - [ ] No - - [ ] Not relevant - Log gist: ## Description |