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 2.9KB

11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
11 jaren geleden
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. ### TL;DR
  4. * The [issue template can be found here][template] but be aware of the different repositories! See list below.
  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. * The issues in other components should be reported in their respective repositories:
  12. - [Android client](https://github.com/owncloud/android/issues)
  13. - [iOS client](https://github.com/owncloud/ios-issues/issues)
  14. - [Desktop client](https://github.com/owncloud/mirall/issues)
  15. - Apps:
  16. - [Bookmarks](https://github.com/owncloud/bookmarks/issues)
  17. - [Calendar](https://github.com/owncloud/calendar/issues)
  18. - [Contacts](https://github.com/owncloud/contacts/issues)
  19. - [Documents](https://github.com/owncloud/documents/issues)
  20. - [Mail](https://github.com/owncloud/mail/issues)
  21. - [Media/Music](https://github.com/owncloud/media/issues)
  22. - [News](https://github.com/owncloud/news/issues)
  23. - [Notes](https://github.com/owncloud/notes/issues)
  24. - [Shorty](https://github.com/owncloud/shorty/issues)
  25. - [All other apps](https://github.com/owncloud/apps/issues) (e.g. Pictures, Tasks, ...)
  26. * Report the issue using our [template][template], it includes all the information we need to track down the issue.
  27. Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
  28. [template]: https://raw.github.com/owncloud/core/master/issue_template.md
  29. [mailinglist]: http://mailman.owncloud.org/mailman/listinfo/owncloud
  30. [forum]: http://forum.owncloud.org/
  31. [irc]: http://webchat.freenode.net/?channels=owncloud&uio=d4
  32. ## Contributing to Source Code
  33. Thanks for wanting to contribute source code to ownCloud. That's great!
  34. Before we're able to merge your code into the ownCloud core, you need to sign our [Contributor Agreement][agreement].
  35. Please read the [Developer Manuals][devmanual] to learn how to create your first application or how to test the ownCloud code with PHPUnit.
  36. [agreement]: http://owncloud.org/about/contributor-agreement/
  37. [devmanual]: http://owncloud.org/dev/
  38. ## Translations
  39. Please submit translations via [Transifex][transifex].
  40. [transifex]: https://www.transifex.com/projects/p/owncloud/