22 lines
1.5 KiB
Markdown
22 lines
1.5 KiB
Markdown
|
## Submitting issues
|
||
|
|
||
|
If you have questions about how to install or use ownCloud, please direct these to the [mailing list][mailinglist], the [forum][forum] or the [IRC Chat][irc].
|
||
|
|
||
|
### Guidelines
|
||
|
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
|
||
|
- Go to one of the repositories, click "issues" and type any word in the top search/command bar.
|
||
|
- You can also filter by appending e. g. "state:open" to the search string.
|
||
|
- More info on [search syntax within github](https://help.github.com/articles/searching-issues)
|
||
|
* This repository ([user_cas](https://github.com/felixrupp/user_cas/issues)) is *only* for issues within the ownCloud user_cas code.
|
||
|
* __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
|
||
|
* Report the issue using our template, it includes all the information we need to track down the issue.
|
||
|
|
||
|
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
|
||
|
|
||
|
[mailinglist]: https://mailman.owncloud.org/mailman/listinfo/owncloud
|
||
|
[forum]: https://central.owncloud.org
|
||
|
[irc]: https://webchat.freenode.net/?channels=owncloud&uio=d4
|
||
|
|
||
|
### Contribute Code and translations
|
||
|
Please check [core's contribution guidelines](https://github.com/owncloud/core/blob/master/CONTRIBUTING.md) for further information about contributing code and translations.
|