diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-11 18:59:56 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-11 18:59:56 +0100 |
commit | b7bdfe113d26a8014759b4ad4c8f2d9b887dd0d6 (patch) | |
tree | 49e143147aa2b60eadb4842f4def72e4e9b2e52c /CONTRIBUTING.md | |
parent | 809b26469384fb900a235fce699bfe9d7585c0fb (diff) | |
download | nextcloud-server-b7bdfe113d26a8014759b4ad4c8f2d9b887dd0d6.tar.gz nextcloud-server-b7bdfe113d26a8014759b4ad4c8f2d9b887dd0d6.zip |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa06e93b144..f6e718586ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## Submitting issues -If you have questions about how to use ownCloud, please direct these to the [Mailinglist][mailinglist] discussion list or our [Forum][forum]. We are also available on [IRC][irc]. +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 * Search the existing issues first, it's likely that your issue was already reported. @@ -23,10 +23,11 @@ Before we're able to merge your code into the ownCloud core, you need to sign ou Please read the [Developer Manuals][devmanual] to get useful info like how to create your first application or test the ownCloud code. -**TRANSLATIONS** -Please submit translations via [Transifex][transifex]. - -[transifex]: https://www.transifex.com/projects/p/owncloud/ [agreement]: http://owncloud.org/about/contributor-agreement/ [list]: https://groups.google.com/forum/?fromgroups#!forum/angular [devmanual]: http://owncloud.org/dev/ + +## Translations +Please submit translations via [Transifex][transifex]. + +[transifex]: https://www.transifex.com/projects/p/owncloud/ |