diff options
author | wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf | 2021-02-18 12:28:07 +0100 |
---|---|---|
committer | GitHub | 2021-02-18 12:28:07 +0100 |
commit | c9a04cfdc8cf499651d69a6a5f2f2f0b47bc34ad (patch) | |
tree | 744e06da1e3618b3abfaf2fd0f13d15031aecea5 /.github | |
parent | 8d5c795cc4cc6b254a897461a860f25b0708ee14 (diff) |
Issue template addition: Are you using Gitea behind CloudFlare? (#14098)
* chore: are you using Gitea behind CloudFlare
since more often than not CF appears to serve stale cache and cause
troubles, I'd argue it might be helpful to ask about it in this here
issue template
* implement suggestion: change question to comment
* as per @techknowlogick's suggestion
* chore: edit comment
* implement @mrsdizzie's suggestion
* as the comment grows, rather span multiple lines
* Gitea --> gitea to match case used in the rest of the template
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/issue_template.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md index 69ff704bb..95b97e4de 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -30,6 +30,9 @@ <!-- In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini --> ## Description +<!-- If using a proxy or a CDN (e.g. CloudFlare) in front of gitea, please + disable the proxy/CDN fully and connect to gitea directly to confirm + the issue still persists without those services. --> ... |