mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
parent
84a093e450
commit
632570a13b
1 changed files with 17 additions and 26 deletions
|
@ -1,20 +1,18 @@
|
||||||
## Submitting Desktop Client issues
|
## Submitting Desktop Client issues
|
||||||
|
|
||||||
If you have questions about how to use the ownCloud Desktop Client, please
|
If you have questions about how to use the Nextcloud Desktop Client, please
|
||||||
direct these to the [mailing list][mailinglist] or our [forum][forum].
|
visit our [support site][support] or our [forum][forum].
|
||||||
We are also available on [IRC][irc].
|
We are also available on [IRC][irc].
|
||||||
|
|
||||||
### Bug Reporting Guidelines
|
### Bug Reporting Guidelines
|
||||||
* __Important__: Report the issue using our [template][template], it includes all the
|
* __Important__: Report the issue using our [template][template], it includes all the
|
||||||
information we need to track down the issue.
|
information we need to track down the issue.
|
||||||
* __SECURITY__: Report any potential security bug to security@owncloud.com following our [security policy](https://owncloud.org/security/) instead of filing an issue in our bug tracker
|
* __SECURITY__: Report any potential security bug by following our [security policy](https://nextcloud.com/security/) instead of filing an issue in our bug tracker
|
||||||
* This repository is *only* for issues within the ownCloud desktop client.
|
* This repository is *only* for issues within the Nextcloud desktop client.
|
||||||
Issues in other components should be reported in their own repositores:
|
Issues in other components should be reported in their own repositores:
|
||||||
- [ownCloud server](https://github.com/owncloud/core/issues)
|
- [Nextcloud server](https://github.com/nextcloud/server/issues)
|
||||||
- [ownCloud apps](https://github.com/owncloud/apps/issues) (e.g. Calendar,
|
- [Android client](https://github.com/nextcloud/android/issues)
|
||||||
Contacts...)
|
- [iOS client](https://github.com/nextcloud/ios/issues)
|
||||||
- [Android client](https://github.com/owncloud/android/issues)
|
|
||||||
- [iOS client](https://github.com/owncloud/ios-issues/issues)
|
|
||||||
* Search the existing issues first, it's likely that your issue was already
|
* Search the existing issues first, it's likely that your issue was already
|
||||||
reported.
|
reported.
|
||||||
|
|
||||||
|
@ -23,27 +21,20 @@ If your issue appears to be a bug, and hasn't been reported, open a new issue.
|
||||||
Help us to maximize the effort we can spend fixing issues and adding new
|
Help us to maximize the effort we can spend fixing issues and adding new
|
||||||
features, by not reporting duplicate issues.
|
features, by not reporting duplicate issues.
|
||||||
|
|
||||||
[template]: https://raw.github.com/owncloud/client/master/.github/issue_template.md
|
[template]: https://raw.githubusercontent.com/nextcloud/appstore/master/.github/issue_template.md
|
||||||
[mailinglist]: https://mail.kde.org/mailman/listinfo/owncloud
|
[support]: https://nextcloud.com/support/
|
||||||
[forum]: http://forum.owncloud.org/
|
[forum]: https://help.nextcloud.com/categories
|
||||||
[irc]: http://webchat.freenode.net/?channels=owncloud&uio=d4
|
[irc]: https://webchat.freenode.net/?channels=nextcloud
|
||||||
|
|
||||||
## Contributing to Source Code
|
## Contributing to Source Code
|
||||||
|
|
||||||
Thanks for wanting to contribute source code to ownCloud. That's great!
|
Thanks for wanting to contribute source code to Nextcloud. That's great!
|
||||||
|
|
||||||
Before we're able to merge your code to ownCloud Desktop Client, you need to sign
|
You do not need to sign a Contributor Agreement, but we ask that you follow our
|
||||||
our [Contributor Agreement][agreement].
|
[Code of Conduct](https://nextcloud.com/code-of-conduct/).
|
||||||
|
|
||||||
Please read the [Desktop Client Manual][desktopman] and the [Developer
|
Please read the [Contribution Guide](https://nextcloud.com/contribute/) to get
|
||||||
Manuals][devmanual] to get useful info like how to create your first
|
started.
|
||||||
application or how to test the ownCloud code with phpunit.
|
|
||||||
|
|
||||||
[agreement]: http://owncloud.org/about/contributor-agreement/
|
|
||||||
[devmanual]: http://owncloud.org/dev
|
|
||||||
[desktopman]: http://doc.owncloud.org/desktop
|
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
Please submit translations via [Transifex][transifex].
|
Please submit translations via [Transifex](https://www.transifex.com/nextcloud/nextcloud/).
|
||||||
|
|
||||||
[transifex]: https://www.transifex.com/projects/p/owncloud/
|
|
||||||
|
|
Loading…
Reference in a new issue