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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2017-04-19 12:03:18 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-04-19 12:03:18 +0300
commit9647135c676c29688f54e544c7df35fd9ba8113f (patch)
tree74c22fc977f0e3df7f467e0ccc0995014ba8ce6a /page-contribute.php
parent6694a6830b11f175b888a085b4ce3cb82df3d416 (diff)
link to how to review pulls
Diffstat (limited to 'page-contribute.php')
-rw-r--r--page-contribute.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/page-contribute.php b/page-contribute.php
index 6f829a57..cecbafeb 100644
--- a/page-contribute.php
+++ b/page-contribute.php
@@ -22,11 +22,10 @@
<p class="section--paragraph"><?php echo $l->t('Develop your own Nextcloud Server app');?> (<a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>app"><?php echo $l->t('app development documentation');?></a>)</p>
<p class="section--paragraph"><?php echo $l->t('Get a bug fixed');?> (<a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>bugtracker"><?php echo $l->t('bugtracker documentation</a> and');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>general"><?php echo $l->t('general guidelines and setup');?></a>)</li>
<p class="section--paragraph"><?php echo $l->t('Improve the Nextcloud Server');?> (<a class="hyperlink" href="<?php echo $DOCUMENTATION_DEVELOPER; ?>core"><?php echo $l->t('server development documentation</a>)');?></p>
- <p class="section--paragraph"><?php echo $l->t('Learn to write Nextcloud code. (Try your hands on a <a class="hyperlink" href="https://github.com/nextcloud/server/issues?labels=Starter+Issue&state=open" target="_blank">Starter Issue</a>)');?></li>
+ <p class="section--paragraph"><?php echo $l->t('Learn to write Nextcloud code. (Try your hands on a <a class="hyperlink" href="https://github.com/nextcloud/server/issues?labels=Starter+Issue&state=open" target="_blank">Starter Issue</a> or get started with <a class="hyperlink" href="https://nextcloud.com/blog/get-involved-in-nextcloud-by-reviewing-pulls/">reviewing pull requests</a>)');?></li>
<p class="section--paragraph"><?php echo $l->t('Talk to us <a class="hyperlink" href="irc://#nextcloud-dev@freenode.net">on IRC</a>, also accessible via <a class="hyperlink" href="https://webchat.freenode.net/?channels=nextcloud-dev" target="_blank">webchat</a>, and on our
<a class="hyperlink" href="https://help.nextcloud.com" target="_blank">forum</a>! We look forward to your code and thoughts.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Note that <a class="hyperlink" href="/jobs">we are hiring</a>. We look especially for people who want to turn their passion into their job! When possible, we hire people from our active community base or from the wider open source community.');?></p>
<h3 class="section--intro"><?php echo $l->t('Answer questions about Nextcloud use and development');?></h3>
<p class="section--paragraph"><?php echo $l->t('Help answer questions users and developers have about Nextcloud!');?></p>
@@ -43,6 +42,7 @@
<p class="section--paragraph"><?php echo $l->t('Help out with Nextcloud user interaction design or graphic design! Get involved on <a class="hyperlink" href="design/">the design page</a>!');?></p>
<h3 class="section--intro"><?php echo $l->t('Support Nextcloud development with bounties');?></h3>
<p class="section--paragraph"><?php echo $l->t('Support Nextcloud development by offering some money on features you would like to have! <a class="hyperlink" href="https://www.bountysource.com/teams/nextcloud" target="_blank">Check our Bountysource page</a>!');?>
+ <p class="section--paragraph"><?php echo $l->t('Note that <a class="hyperlink" href="/jobs">we are hiring</a>. We look especially for people who want to turn their passion into their job! When possible, we hire people from our active community base or from the wider open source community.');?></p>
</div>
</div>
<div class="row">
@@ -55,5 +55,5 @@
<div class="calltoaction">
<h1 class="section--heading-2 section--text--center"><?php echo $l->t('Let\'s make Nextcloud Rock!');?></h1>
- <p class="section--paragraph section--text--center"><?php echo $l->t('If you have any questions, <a class="hyperlink" href="/contact/">we are happy to help you</a>.');?></p>
+ <p class="section--paragraph section--text--center"><?php echo $l->t('If you have any questions, <a class="hyperlink" href="https://help.nextcloud.com">we are happy to help you</a>.');?></p>
</div>