Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ownCloud with Nextcloud in the issue template / Fixes #12 #13

Merged
merged 1 commit into from
Jun 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions issue_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!--
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
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

This is the bug tracker for the Server component. Find other components at https://github.com/owncloud/core/blob/master/CONTRIBUTING.md#guidelines
This is the bug tracker for the Server component. Find other components at https://github.com/nextcloud/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much easier, nice! :D


For reporting potential security issues please see https://owncloud.org/security/
For reporting potential security issues please see https://nextcloud.com/security/

To make it possible for us to help you please fill out below information carefully.
-->
Expand All @@ -27,16 +27,16 @@ Tell us what happens instead

**PHP version:**

**ownCloud version:** (see ownCloud admin page)
**Nextcloud version:** (see Nextcloud admin page)

**Updated from an older ownCloud or fresh install:**
**Updated from an older Nextcloud/ownCloud or fresh install:**

**Where did you install ownCloud from:**
**Where did you install Nextcloud from:**

**Signing status (ownCloud 9.0 and above):**
**Signing status (Nextcloud 9.0 and above):**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not use the dot-schema, it is just »Nextcloud 9« :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could also remove the 9 completely, because there will be no Nextcloud 8.2, 8.1 and 8.0 without signing status 😉

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That doesn’t matter though as we will start with Nextcloud 9. Can you adjust the 9.0 to 9? :)


```
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.
```
Expand All @@ -46,15 +46,15 @@ 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:**

```
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
from within your Nextcloud installation folder

or

Expand All @@ -73,7 +73,7 @@ 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
computer or access your SQL server remotely and run the select query:
Expand All @@ -94,9 +94,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/owncloud.log)
```
Insert your ownCloud log here
Insert your Nextcloud log here
```

#### Browser log
Expand Down