forked from nextcloud/nextcloud.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-contribute.php
84 lines (81 loc) · 6.59 KB
/
page-contribute.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<h1>Get involved!</h1>
<p>Nextcloud is an <strong>open source project</strong> and an open company. That means it is <em>yours</em> to make a difference!</p>
<p>We invite you to join our <a href="https://github.com/nextcloud" target="_blank">development efforts on GitHub</a>, the conversations on <a href="https://help.nextcloud.com" target="_blank">our forums</a> and our <a href="irc://#[email protected]" target="_blank">IRC channel on freenode</a>. Interact with us on our <a href="/news">blogs and social media channels</a>, too!</p>
<p>Do you want to get a certain <strong>improvement</strong> in Nextcloud? Did you find a <strong>problem</strong>?
Do you want to <strong>help</strong> translate, promote or document Nextcloud?</p>
<h2>Become part of the <a href="/contributors/" target="_blank">Nextcloud Community</a> and help us liberate data across the globe!</h2>
<!--<div class="row" style="text-align: center">
<a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>testing/index.html" class="btn btn-lg btn-default">
<i class="icon-lightbulb-o"></i> Join the Test Pilots!</a>
<a href="/promote" class="btn btn-default btn-lg"><i class="icon-bullhorn"></i> Discuss Nextcloud with others</a>
</div>-->
<!--<div class="wrap container pad-bottom">
<div class="row">
<div class="col-md-12 text-center">
<h2>We rock the Nextcloud Contributor Conference!</h2>
</div>
</div>
<div class="row pad-bottom">
<div class="text-center videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/DvW_EoIoD1Y" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="row pad-bottom">
<div class="col-md-12 text-center">
<a class="btn btn-block btn-lg join-button events-button" href="/conf" role="button">Learn more about the event and the announcements!</a>
</div>
</div>
</div>-->
<h2>How to participate:</h2>
<div class="row">
<div class="col-md-6">
<h3><i class="icon-thumbs-up"></i> Improve Nextcloud</h3>
<ul>
<li>Develop your own Nextcloud Server app (<a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>app">app development documentation</a>)</li>
<li>Get a bug fixed (<a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>bugtracker">bugtracker documentation</a> and <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>general">general guidelines and setup</a>)</li>
<li>Improve the Nextcloud Server (<a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>core">core development documentation</a>)</li>
<li>Learn to write Nextcloud code. (Try your hands on a <a href="https://github.com/nextcloud/core/issues?labels=Starter+Issue&state=open" target="_blank">Starter Issue</a>
<!--and see the <a href="https://github.com/nextcloud/core/wiki/Project-ideas#coding">project ideas page</a>-->)
</ul>
<p>Talk to us <a href="irc://#[email protected]">on IRC</a> and on our
<a href="https://help.nextcloud.com" target="_blank">forum</a>! We look forward to your code and thoughts.</p>
<p>Note that <a href="/jobs">we're 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>
<!-- <iframe width="100%" height="360" src="https://www.youtube.com/embed/M_-PtACnnz4?rel=0" frameborder="0" allowfullscreen></iframe> -->
</div>
<div class="col-md-6">
<h3><i class="icon-refresh"></i> Test Nextcloud</h3>
<p>Testing upcoming Nextcloud Server releases is the best way of making sure the new release can do what you need it
to do. And of course, only if you report a problem to us we know about it and can fix it! If you have a bug to report,
find the <a href="https://github.com/nextcloud/core/blob/master/CONTRIBUTING.md">issue submission guidelines here</a>.</p>
<!-- <p>Anybody interested in helping out with Nextcloud Server testing is invited to join the Nextcloud Test Pilot team. -->
<!-- See <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>testing">the Test Pilot documentation</a> for information!.</p> -->
</div>
<!--<div class="col-md-6">
<h3><i class="icon-book"></i> Translate and document Nextcloud</h3>
<p>Translate Nextcloud to your language. Go to <a href="https://www.transifex.com/projects/p/nextcloud/">Transifex</a> and get going!</p>
<p>Help us improve the Nextcloud documentation! Find out how to make a difference <a href="https://doc.nextcloud.org/howto_contribute.html">in this contribution guide</a>!</p>
<p><img src="<?php echo get_template_directory_uri(); ?>/assets/img/misc/contribute-doc.gif" style="width: 100%" alt="front door" class="aligncenter" /></p>
<p>The animation shows the easiest way to contribute to the Nextcloud documentation. Go to the <a href="https://github.com/nextcloud/documentation">documentation in GitHub</a>, click the
'edit' icon on a page, make the changes and create a pull request. This will notify the documentation maintainers of your proposed change and after review, it can be included!</p>
</div>-->
<!-- <div class="col-md-6">
<h3><i class="icon-pencil"></i> Design Nextcloud</h3>
Help out with Nextcloud user interaction design or graphic design! Get involved on
<a href="design/">the design page</a>!
<h3><i class="icon-money"></i> Support Nextcloud development with bounties</h3>
Support Nextcloud development by offering some money on features you would like to have!
<a href="https://www.bountysource.com/teams/nextcloud">Check our bountysource page</a>!
</div>-->
<div class="col-md-6">
<h3><i class="icon-book"></i> Answer questions about Nextcloud use and development</h3>
<p>Help answer questions users and developers have about Nextcloud!</p>
<ul><li>Join the <a href="https://help.nextcloud.com">Nextcloud forums</a>!</li>
<li>Answer Nextcloud development questions on <a href="https://stackoverflow.com/questions/tagged/nextcloud">Stack Overflow</a> and other places online.</li>
<!-- <li>Answer Nextcloud user questions on <a href="https://mailman.nextcloud.org/mailman/listinfo/user">the Nextcloud user mailing list</a></li> -->
</ul>
</div>
</div>
<br />
<p>Please be considerate of our <a href="/community/code-of-conduct/">code of conduct</a>. We want to provide a positive and enjoyable environment for everybody.</p>
<h1>Let's make Nextcloud Rock!</h1>
<p>If you have any questions, <a href="/contact/">we are happy to help you</a>.</p>