Skip to content

Commit b7c6485

Browse files
committed
Merge pull request #13 from nextcloud/issue-template-nextcloud
Replace ownCloud with Nextcloud in the issue template / Fixes #12
2 parents ad6e523 + 78eeac7 commit b7c6485

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

issue_template.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!--
2-
Thanks for reporting issues back to ownCloud! This is the issue tracker of ownCloud, if you have any support question please check out https://owncloud.org/support
2+
Thanks for reporting issues back to Nextcloud! This is the issue tracker of Nextcloud, if you have any support question please check out https://nextcloud.com/support
33
4-
This is the bug tracker for the Server component. Find other components at https://github.com/owncloud/core/blob/master/CONTRIBUTING.md#guidelines
4+
This is the bug tracker for the Server component. Find other components at https://github.com/nextcloud/
55
6-
For reporting potential security issues please see https://owncloud.org/security/
6+
For reporting potential security issues please see https://nextcloud.com/security/
77
88
To make it possible for us to help you please fill out below information carefully.
99
-->
@@ -27,16 +27,16 @@ Tell us what happens instead
2727

2828
**PHP version:**
2929

30-
**ownCloud version:** (see ownCloud admin page)
30+
**Nextcloud version:** (see Nextcloud admin page)
3131

32-
**Updated from an older ownCloud or fresh install:**
32+
**Updated from an older Nextcloud/ownCloud or fresh install:**
3333

34-
**Where did you install ownCloud from:**
34+
**Where did you install Nextcloud from:**
3535

36-
**Signing status (ownCloud 9.0 and above):**
36+
**Signing status (Nextcloud 9.0 and above):**
3737

3838
```
39-
Login as admin user into your ownCloud and access
39+
Login as admin user into your Nextcloud and access
4040
http://example.com/index.php/settings/integrity/failed
4141
paste the results here.
4242
```
@@ -46,15 +46,15 @@ paste the results here.
4646
```
4747
If you have access to your command line run e.g.:
4848
sudo -u www-data php occ app:list
49-
from within your ownCloud installation folder
49+
from within your Nextcloud installation folder
5050
```
5151

5252
**The content of config/config.php:**
5353

5454
```
5555
If you have access to your command line run e.g.:
5656
sudo -u www-data php occ config:list system
57-
from within your ownCloud installation folder
57+
from within your Nextcloud installation folder
5858
5959
or
6060
@@ -73,7 +73,7 @@ Insert your config.php content here
7373
```
7474
With access to your command line run e.g.:
7575
sudo -u www-data php occ ldap:show-config
76-
from within your ownCloud installation folder
76+
from within your Nextcloud installation folder
7777
7878
Without access to your command line download the data/owncloud.db to your local
7979
computer or access your SQL server remotely and run the select query:
@@ -94,9 +94,9 @@ Eventually replace sensitive data as the name/IP-address of your LDAP server or
9494
Insert your webserver log here
9595
```
9696

97-
#### ownCloud log (data/owncloud.log)
97+
#### Nextcloud log (data/owncloud.log)
9898
```
99-
Insert your ownCloud log here
99+
Insert your Nextcloud log here
100100
```
101101

102102
#### Browser log

0 commit comments

Comments
 (0)