Can't find an official announcement on this yet but check https://github.com/owncloud/core/issues/new.<p>It prefills the issue with the content of the file "issue_template.md" (https://github.com/owncloud/core/blob/master/issue_template.md). Seems like we luckily chose the right file name two years ago.
If you need some inspiration for these templates, check this awesome curated list: <a href="https://github.com/devspace/awesome-github-templates" rel="nofollow">https://github.com/devspace/awesome-github-templates</a>
Nice! Not seeing anything on the Github blog yet either.<p>### Steps to reproduce
1.
2.
3.<p>### Expected behaviour
Tell us what should happen<p>### Actual behaviour
Tell us what happens instead<p>### Server configuration
<i></i>Operating system<i></i>:<p><i></i>Web server:<i></i><p><i></i>Database:<i></i><p><i></i>PHP version:<i></i><p><i></i>ownCloud version:<i></i> (see ownCloud admin page)<p><i></i>Updated from an older ownCloud or fresh install:<i></i><p><i></i>Signing status (ownCloud 9.0 and above):<i></i><p>```
Login as admin user into your ownCloud and access
<a href="http://example.com/index.php/settings/integrity/failed" rel="nofollow">http://example.com/index.php/settings/integrity/failed</a>
paste the results here.
```<p><i></i>List of activated apps:<i></i><p>```
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder
```<p><i></i>The content of config/config.php:<i></i><p>```
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder<p>or<p>Insert your config.php content here
(Without the database password, passwordsalt and secret)
```<p><i></i>Are you using external storage, if yes which one:<i></i> local/smb/sftp/...<p><i></i>Are you using encryption:<i></i> yes/no<p><i></i>Are you using an external user-backend, if yes which one:<i></i> LDAP/ActiveDirectory/Webdav/...<p>#### LDAP configuration (delete this part if not used)<p>```
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder<p>Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';<p>Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
```<p>### Client configuration
<i></i>Browser:<i></i><p><i></i>Operating system:<i></i><p>### Logs
#### Web server error log
```
Insert your webserver log here
```<p>#### ownCloud log (data/owncloud.log)
```
Insert your ownCloud log here
```<p>#### Browser log
```
Insert your browser log here, this could for example include:<p>a) The javascript console log
b) The network log
c) ...
```