summaryrefslogtreecommitdiffstats
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
parentd456ae3c0f5dbfc501d966cc1475e1f56d56e73a (diff)
Rebrand issue_template & move to ".github"
Signed-off-by: Marius Blüm <marius@lineone.io>
-rw-r--r--.github/issue_template.md (renamed from issue_template.md)25
1 files changed, 12 insertions, 13 deletions
diff --git a/issue_template.md b/.github/issue_template.md
index 346b3826..36146c58 100644
--- a/issue_template.md
+++ b/.github/issue_template.md
@@ -1,9 +1,8 @@
<!--
-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!
+Please report only issues corresponding to the contacts app for Nextcloud.
Migration and CardDAV issues belong in the core repo!
-https://github.com/owncloud/core/issues
+https://github.com/nextcloud/server/issues
-->
### Steps to reproduce
1.
@@ -25,16 +24,16 @@ Tell us what happens instead
**PHP version:**
-**ownCloud version:** (see ownCloud admin page)
+**Nextcloud version:** (see Nextcloud admin page)
-**Contacts version:** (see ownCloud apps page)
+**Contacts version:** (see Nextcloud apps page)
-**Updated from an older ownCloud or fresh install:**
+**Updated from an older Nextcloud or fresh install:**
-**Signing status (ownCloud 9.0 and above):**
+**Signing status:**
```
-Login as admin user into your ownCloud and access
+Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
```
@@ -44,7 +43,7 @@ paste the results here.
```
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
+from within your Nextcloud installation folder
```
**The content of config/config.php:**
@@ -71,9 +70,9 @@ Insert your config.php content here
```
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
-from within your ownCloud installation folder
+from within your Nextcloud installation folder
-Without access to your command line download the data/owncloud.db to your local
+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';
@@ -94,9 +93,9 @@ Eventually replace sensitive data as the name/IP-address of your LDAP server or
Insert your webserver log here
```
-#### ownCloud log (data/owncloud.log)
+#### Nextcloud log (data/nextcloud.log)
```
-Insert your ownCloud log here
+Insert your Nextcloud log here
```
#### Browser log