From d7f6bc1ab8ae053033c5ecad1922b570fae4a323 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sat, 13 Apr 2013 21:00:39 +0300 Subject: [PATCH 1/3] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1de46ac8b80..3c8eead05ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,14 @@ If you have questions about how to use ownCloud, please direct these to the [mai - [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...) + - Apps: + - [Bookmarks](https://github.com/owncloud/bookmarks/issues) + - [Calendar](https://github.com/owncloud/calendar/issues) + - [Mail](https://github.com/owncloud/mail/issues) + - [News](https://github.com/owncloud/news/issues) + - [Notes](https://github.com/owncloud/notes/issues) + - [Shorty](https://github.com/owncloud/shorty/issues) + - [other ownCloud apps](https://github.com/owncloud/apps/issues) (e.g. Contacts, Gallery...) * 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. From 489d9dffc50aa0424c0dc8796c9e71cfdfc32443 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 14 Apr 2013 00:49:55 +0300 Subject: [PATCH 2/3] correct naming for Pictures app, add Music --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c8eead05ce..2dacf7f3fcf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ If you have questions about how to use ownCloud, please direct these to the [mai - [News](https://github.com/owncloud/news/issues) - [Notes](https://github.com/owncloud/notes/issues) - [Shorty](https://github.com/owncloud/shorty/issues) - - [other ownCloud apps](https://github.com/owncloud/apps/issues) (e.g. Contacts, Gallery...) + - [other pps](https://github.com/owncloud/apps/issues) (e.g. Contacts, Pictures, Music, ...) * 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. From de89b26f0290ae3e388c78234ce107959270eeb5 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 14 Apr 2013 00:51:34 +0300 Subject: [PATCH 3/3] move notice to search existing issues up --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2dacf7f3fcf..3f3cf20e9a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,7 @@ If you have questions about how to use ownCloud, please direct these to the [mailing list][mailinglist] or our [forum][forum]. We are also available on [IRC][irc]. ### Guidelines +* Please search the existing issues first, it's likely that your issue was already reported. * [Report the issue](https://github.com/owncloud/core/issues/new) 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: - [Android client](https://github.com/owncloud/android/issues) @@ -15,8 +16,7 @@ If you have questions about how to use ownCloud, please direct these to the [mai - [News](https://github.com/owncloud/news/issues) - [Notes](https://github.com/owncloud/notes/issues) - [Shorty](https://github.com/owncloud/shorty/issues) - - [other pps](https://github.com/owncloud/apps/issues) (e.g. Contacts, Pictures, Music, ...) -* Search the existing issues first, it's likely that your issue was already reported. + - [other apps](https://github.com/owncloud/apps/issues) (e.g. Contacts, Pictures, Music, ...) If your issue appears to be a bug, and hasn't been reported, open a new issue.