You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CONTRIBUTING.md 3.1KB

11 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ## Submitting issues
  2. If you have questions about how to install or use ownCloud, please direct these to the [mailing list][mailinglist] or our [forum][forum]. We are also available on [IRC][irc].
  3. ### Short version
  4. * The [**issue template can be found here**][template] but be aware of the different repositories! See list below. Please always use the issue template when reporting issues.
  5. ### Guidelines
  6. * Please search the existing issues first, it's likely that your issue was already reported or even fixed.
  7. - Go to one of the repositories, click "issues" and type any word in the top search/command bar.
  8. - You can also filter by appending e. g. "state:open" to the search string.
  9. - More info on [search syntax within github](https://help.github.com/articles/searching-issues)
  10. * This repository ([core](https://github.com/owncloud/core/issues)) is *only* for issues within the ownCloud core code. This also includes the apps: files, encryption, external storage, sharing, deleted files, versions, LDAP, and WebDAV Auth
  11. * __SECURITY__: Report any potential security bug to us via [our HackerOne page](https://hackerone.com/owncloud) or security@owncloud.com following our [security policy](https://owncloud.org/security/) instead of filing an issue in our bug tracker
  12. * The issues in other components should be reported in their respective repositories:
  13. - [Android client](https://github.com/owncloud/android/issues)
  14. - [iOS client](https://github.com/owncloud/ios/issues)
  15. - [Desktop client](https://github.com/owncloud/client/issues)
  16. - [Documentation](https://github.com/owncloud/documentation/issues)
  17. - [ownCloud apps](https://github.com/owncloud/core/wiki/Maintainers#apps-repo)
  18. * Report the issue using our [template][template], it includes all the information we need to track down the issue.
  19. Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
  20. [template]: https://raw.github.com/owncloud/core/master/issue_template.md
  21. [mailinglist]: https://mailman.owncloud.org/mailman/listinfo/owncloud
  22. [forum]: https://forum.owncloud.org/
  23. [irc]: https://webchat.freenode.net/?channels=owncloud&uio=d4
  24. ## Contributing to Source Code
  25. Thanks for wanting to contribute source code to ownCloud. That's great!
  26. Before we're able to merge your code into the ownCloud core, you need to sign our [Contributor Agreement][agreement].
  27. Please read the [Developer Manuals][devmanual] to learn how to create your first application or how to test the ownCloud code with PHPUnit.
  28. In order to constantly increase the quality of our software we can no longer accept pull request which submit un-tested code.
  29. It is a must have that changed and added code segments are unit tested.
  30. In some areas unit testing is hard (aka almost impossible) as of today - in these areas refactoring WHILE fixing a bug is encouraged to enable unit testing.
  31. [agreement]: https://owncloud.org/about/contributor-agreement/
  32. [devmanual]: https://owncloud.org/dev
  33. ## Translations
  34. Please submit translations via [Transifex][transifex].
  35. [transifex]: https://www.transifex.com/projects/p/owncloud/