diff options
author | Jonas Östanbäck <cez81@users.noreply.github.com> | 2017-06-28 03:33:37 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-06-28 09:33:37 +0800 |
commit | a037cd81ff8fc1a1ed9a7efae6b2cd5bc4bedb86 (patch) | |
tree | 488ce887f580326dd8b7f243c68431701200450f /.github | |
parent | 80707c47365648aa9bc4c61ddf4cae8b165bdf48 (diff) | |
download | gitea-a037cd81ff8fc1a1ed9a7efae6b2cd5bc4bedb86.tar.gz gitea-a037cd81ff8fc1a1ed9a7efae6b2cd5bc4bedb86.zip |
Add link to forum in issue template (#2070)
Diffstat (limited to '.github')
-rw-r--r-- | .github/issue_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index f30e95bbd1..a6e9d86f9b 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@ 1. Please speak English, this is the language all of us can speak and write. -2. Please ask questions or configuration/deploy problems on our Discord server: https://discord.gg/NsatcWJ -3. Please take a moment to search check that your issue doesn't already exist. +2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). +3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. **You MUST delete the content above including this line before posting, otherwise your issue will be invalid.** |