TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GitHub supports now issue templates

12 pointsby LukasReschkeover 9 years ago
Can&#x27;t find an official announcement on this yet but check https:&#x2F;&#x2F;github.com&#x2F;owncloud&#x2F;core&#x2F;issues&#x2F;new.<p>It prefills the issue with the content of the file &quot;issue_template.md&quot; (https:&#x2F;&#x2F;github.com&#x2F;owncloud&#x2F;core&#x2F;blob&#x2F;master&#x2F;issue_template.md). Seems like we luckily chose the right file name two years ago.

3 comments

zenorochaover 9 years ago
If you need some inspiration for these templates, check this awesome curated list: <a href="https:&#x2F;&#x2F;github.com&#x2F;devspace&#x2F;awesome-github-templates" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;devspace&#x2F;awesome-github-templates</a>
samrockscover 9 years ago
This has been happening for quite a while with git-splanin
brianjkingover 9 years ago
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:&#x2F;&#x2F;example.com&#x2F;index.php&#x2F;settings&#x2F;integrity&#x2F;failed" rel="nofollow">http:&#x2F;&#x2F;example.com&#x2F;index.php&#x2F;settings&#x2F;integrity&#x2F;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&#x2F;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&#x2F;smb&#x2F;sftp&#x2F;...<p><i></i>Are you using encryption:<i></i> yes&#x2F;no<p><i></i>Are you using an external user-backend, if yes which one:<i></i> LDAP&#x2F;ActiveDirectory&#x2F;Webdav&#x2F;...<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&#x2F;owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT * FROM `oc_appconfig` WHERE `appid` = &#x27;user_ldap&#x27;;<p>Eventually replace sensitive data as the name&#x2F;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&#x2F;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) ... ```