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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-06-01 02:24:39 +0300
committerOlivier Paroz <github@oparoz.com>2015-06-01 02:24:39 +0300
commitf7aef78ea3bec7a0bf6cbc8d455bfc8420f1b28b (patch)
treeae2c674510895887dbb56aeba159fed30a52f178 /CONTRIBUTING.md
parent2085005481233925ef78f733be9ad7f6130715c1 (diff)
Fix links in contributing guidelines
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 22c0d287..5d62b809 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@
* Make sure you have installed and configured both ownCloud and Gallery
* Make sure your issue was not reported before and that it isn't a [known issue](https://github.com/owncloud/galleryplus/blob/master/README.md#known-issues)
-* Use the [**issue template**][https://raw.githubusercontent.com/owncloud/core/master/issue_template.md] when reporting issues.
+* Use the [**issue template**](https://raw.githubusercontent.com/owncloud/core/master/issue_template.md) when reporting issues.
### Long version
@@ -17,7 +17,7 @@
- Click on "issues" in the column on the right and type any word in the top search/command bar.
- You can also filter by appending e. g. "state:open" or "state:closed" to the search string.
- More info on [search syntax within GitHub](https://help.github.com/articles/searching-issues)
-* Report the issue using our [template][https://raw.githubusercontent.com/owncloud/core/master/issue_template.md], it includes all the information we need to track down the issue.
+* Report the issue using our [template](https://raw.githubusercontent.com/owncloud/core/master/issue_template.md), it includes all the information we need to track down the issue.
Help us to maximize the effort we can spend fixing issues and adding new features, by not reporting duplicate issues.
@@ -27,7 +27,7 @@ Thanks for wanting to contribute source code to Gallery. That's great!
Before we are able to merge your code into the Gallery app, you need to agree to release your code under the AGPL license or to have signed the ownCloud [contributor agreement](https://owncloud.org/about/contributor-agreement/)
-Please familiarise yourself with the [App development process][https://owncloud.org/dev] in order to understand how the Framework works and don't hesitate to contact a maintainer in order to obtain more information or tips.
+Please familiarise yourself with the [App development process](https://owncloud.org/dev) in order to understand how the Framework works and don't hesitate to contact a maintainer in order to obtain more information or tips.
It's recommended to add tests to your pull requests in order to make sure your patches work as intended. In the future, it will be impossible to merge any changes which don't include tests, so it is best to learn how they work as early as possible.
## Translations