summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2016-10-22 13:18:19 +0200
committerMarius Blüm <marius@lineone.io>2016-10-22 13:18:19 +0200
commit74c15d90f58f506ca5ec3b5509484916dcc9b2df (patch)
tree51cd6e4835fd4d01c32dc1055a071f2ca32e0807 /.github
parentd456ae3c0f5dbfc501d966cc1475e1f56d56e73a (diff)
Rebrand issue_template & move to ".github"
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md108
1 files changed, 108 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 00000000..36146c58
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,108 @@
+<!--
+Please report only issues corresponding to the contacts app for Nextcloud.
+
+Migration and CardDAV issues belong in the core repo!
+https://github.com/nextcloud/server/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:**
+
+**Nextcloud version:** (see Nextcloud admin page)
+
+**Contacts version:** (see Nextcloud apps page)
+
+**Updated from an older Nextcloud or fresh install:**
+
+**Signing status:**
+
+```
+Login as admin user into your Nextcloud 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 Nextcloud 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 Nextcloud installation folder
+
+Without access to your command line download the data/nextcloud.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
+```
+
+#### Nextcloud log (data/nextcloud.log)
+```
+Insert your Nextcloud log here
+```
+
+#### Browser log
+```
+Insert your browser log here, this could for example include:
+
+a) The javascript console log
+b) The network log
+c) ...
+```