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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-23 15:07:06 +0300
committerGitHub <noreply@github.com>2018-01-23 15:07:06 +0300
commit4289dc8f2608dfebd482f42baa1b26bece06c244 (patch)
tree75e48bfc3faef85520b0a3158da377ffdf193b65 /page-contribute.php
parent0e31f777d50e4b17885d8f2dd3452b27727d4a7a (diff)
Change "starter issue" to "good first issue" on contribute page
Diffstat (limited to 'page-contribute.php')
-rw-r--r--page-contribute.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-contribute.php b/page-contribute.php
index a657666b..757a90ea 100644
--- a/page-contribute.php
+++ b/page-contribute.php
@@ -25,7 +25,7 @@
<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> 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('Learn to write Nextcloud code. (Try your hands on a <a class="hyperlink" href="https://github.com/nextcloud/server/labels/good%20first%20issue" target="_blank">good first 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>