diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-03-20 18:20:15 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-03-20 18:20:15 +0100 |
commit | ef6c6e77b13a0f2be7889f7a9b3906cf38ee0d76 (patch) | |
tree | 5574e050dfb91c364a5dcd200186adcb66051356 /CONTRIBUTING.md | |
parent | b91bcf5f60c22ae3920ffc7fd37b2797568df7e3 (diff) | |
download | nextcloud-server-ef6c6e77b13a0f2be7889f7a9b3906cf38ee0d76.tar.gz nextcloud-server-ef6c6e77b13a0f2be7889f7a9b3906cf38ee0d76.zip |
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.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |