diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-19 12:36:21 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-19 12:36:21 +0100 |
commit | b93003d3fbbcf3f1181b1839411beeab14edeaa3 (patch) | |
tree | 0601ce21bb06ca559c062fe8bae0b45e4131b4b0 | |
parent | ba941ea50e5cf190611f02d717fcff5bccbc2db5 (diff) | |
parent | d86e1eb9f2a7b6219de48df6bb4e7f0e92213a52 (diff) | |
download | nextcloud-server-b93003d3fbbcf3f1181b1839411beeab14edeaa3.tar.gz nextcloud-server-b93003d3fbbcf3f1181b1839411beeab14edeaa3.zip |
Merge pull request #22487 from owncloud/hidden-text-for-information
Add hidden text to issue templates
-rw-r--r-- | issue_template.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md index 424f6c062a9..e19583977ef 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,3 +1,10 @@ +<!-- +Thanks for reporting issues back to ownCloud! This is the issue tracker of ownCloud, if you have any support question please check out https://owncloud.org/support + +This is the bug tracker for the Server component. Find other components at https://github.com/owncloud/core/blob/master/CONTRIBUTING.md#guidelines + +To make it possible for us to help you please fill out below information carefully. +--> ### Steps to reproduce 1. 2. |