Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <daniel@molkentin.de>2013-01-14 19:15:22 +0400
committerDaniel Molkentin <daniel@molkentin.de>2013-01-14 19:15:35 +0400
commit9d41322cf0943e3960a4a7dc5878c713b8fedbca (patch)
tree7748bd164592ee61e7bee6105095f1c346e3418a /CONTRIBUTING.md
parent51a4240051cf5c4225813b3f948dcc069b725c81 (diff)
fix c&p error
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1021eae0f64..4f192abf7e0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,11 +4,11 @@ If you have questions about how to use ownCloud, please direct these to the [mai
### Guidelines
* Report the issue using our [template][template], it includes all the informations we need to track down the issue.
-* This repository is *only* for issues within the ownCloud core code. Issues in other compontents should be reported in their own repositores:
+* This repository is *only* for issues within the ownCloud desktop client. Issues in other compontents should be reported in their own repositores:
+ - [ownCloud server](https://github.com/owncloud/core/issues)
+ - [ownCloud apps](https://github.com/owncloud/apps/issues) (e.g. Calendar, Contacts...)
- [Android client](https://github.com/owncloud/android/issues)
- [iOS client](https://github.com/owncloud/ios-issues/issues)
- - [Desktop client](https://github.com/owncloud/mirall/issues)
- - [ownCloud apps](https://github.com/owncloud/apps/issues) (e.g. Calendar, Contacts...)
* Search the existing issues first, it's likely that your issue was already reported.
If your issue appears to be a bug, and hasn't been reported, open a new issue.