From: Lukas Reschke Date: Wed, 20 Mar 2013 17:20:15 +0000 (+0100) Subject: Add link to issue creation X-Git-Tag: v6.0.0alpha2~1029 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ef6c6e77b13a0f2be7889f7a9b3906cf38ee0d76;p=nextcloud-server.git Add link to issue creation We're directly linking users to this in ownCloud when they click "report a bug" - this often confused people because they don't know where to report the issue exactly. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1021eae0f64..1de46ac8b80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +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 -* Report the issue using our [template][template], it includes all the informations we need to track down the issue. +* [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) - [iOS client](https://github.com/owncloud/ios-issues/issues)