summaryrefslogtreecommitdiffstats
path: root/issue_template.md
diff options
context:
space:
mode:
authorRealRancor <RealRancor@users.noreply.github.com>2016-03-05 19:52:51 +0100
committerRealRancor <RealRancor@users.noreply.github.com>2016-03-05 19:52:51 +0100
commit3debf74984b7cc920a8493ae70a48bacd620ad79 (patch)
tree41ab9db025140260472a06ec1baf1542e0b14e1b /issue_template.md
parent195063eb6e8d18191415a85d51b4e12afa3519e1 (diff)
Add issue_template.md
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md109
1 files changed, 109 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md
new file mode 100644
index 00000000..346b3826
--- /dev/null
+++ b/issue_template.md
@@ -0,0 +1,109 @@
+<!--
+Please report only issues corresponding to the contacts app for ownCloud 9 or later.
+The old contacts app, which is compatible with ownCloud 8.2 or earlier, is discontinued!
+
+Migration and CardDAV issues belong in the core repo!
+https://github.com/owncloud/core/issues
+-->
+### Steps to reproduce
+1.
+2.
+3.
+
+### Expected behaviour
+Tell us what should happen
+
+### Actual behaviour
+Tell us what happens instead
+
+### Server configuration
+**Operating system**:
+
+**Web server:**
+
+**Database:**
+
+**PHP version:**
+
+**ownCloud version:** (see ownCloud admin page)
+
+**Contacts version:** (see ownCloud apps page)
+
+**Updated from an older ownCloud or fresh install:**
+
+**Signing status (ownCloud 9.0 and above):**
+
+```
+Login as admin user into your ownCloud and access
+http://example.com/index.php/settings/integrity/failed
+paste the results here.
+```
+
+**List of activated apps:**
+
+```
+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
+```
+
+**The content of config/config.php:**
+
+```
+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
+
+or
+
+Insert your config.php content here
+(Without the database password, passwordsalt and secret)
+```
+
+**Are you using external storage, if yes which one:** local/smb/sftp/...
+
+**Are you using encryption:** yes/no
+
+**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
+
+#### LDAP configuration (delete this part if not used)
+
+```
+With access to your command line run e.g.:
+sudo -u www-data php occ ldap:show-config
+from within your ownCloud installation folder
+
+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';
+
+
+Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
+```
+
+### Client configuration
+**Browser:**
+
+**Operating system:**
+
+**CardDAV-clients:**
+
+### Logs
+#### Web server error log
+```
+Insert your webserver log here
+```
+
+#### ownCloud log (data/owncloud.log)
+```
+Insert your ownCloud log here
+```
+
+#### Browser log
+```
+Insert your browser log here, this could for example include:
+
+a) The javascript console log
+b) The network log
+c) ...
+```