forked from owncloud-archive/owncloud.org
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage-contribute.php
80 lines (79 loc) · 6.19 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
<?php get_template_part('templates/parts/title'); ?>
<p>ownCloud is an <strong>open source project</strong>. That means it is <em>yours</em>. You can study, improve and share it however you like.</p>
<p>Do you want to get a certain <strong>improvement</strong> in ownCloud? Did you find a <strong>problem</strong>?
Do you want to <strong>help</strong> translate, promote or document ownCloud?</p>
<h2>Become part of the ownCloud Community 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 ownCloud with others</a>
</div>
<!--<div class="wrap container pad-bottom">
<div class="row">
<div class="col-md-12 text-center">
<h2>We rock the ownCloud 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 ownCloud</h3>
<ul>
<li>Develop your own ownCloud 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 ownCloud Core (<a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>core">core development documentation</a>)</li>
<li>Learn to write ownCloud code. (Try your hands on a <a href="https://github.com/owncloud/core/issues?labels=Junior+Job&state=open">Junior Job</a>
and see the <a href="https://github.com/owncloud/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://mailman.owncloud.org/mailman/listinfo/devel">mailing list</a>! We look forward to your code and thoughts.</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 ownCloud</h3>
<p> Download test archives and packages from <a href="https://owncloud.org/install/#testing-development">https://owncloud.org/install/#testing-development</a>.
<p>Testing upcoming ownCloud 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/owncloud/core/blob/master/.github/CONTRIBUTING.md">issue submission guidelines here</a>.</p>
<p>Anybody interested in helping out with ownCloud Server testing is invited to join the ownCloud 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 ownCloud</h3>
<p>Translate ownCloud to your language. Go to <a href="https://www.transifex.com/projects/p/owncloud/">Transifex</a> and get going!</p>
<p>Help us improve the ownCloud documentation! Find out how to make a difference <a href="https://doc.owncloud.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 ownCloud documentation. Go to the <a href="https://github.com/owncloud/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 ownCloud</h3>
Help out with ownCloud user interaction design or graphic design! Get involved on
<a href="design/">the design page</a>!
<h3><i class="icon-money"></i> Support ownCloud development with bounties</h3>
Support ownCloud development by offering some money on features you would like to have!
<a href="https://www.bountysource.com/teams/owncloud">Check our bountysource page</a>!
</div>
<div class="col-md-6">
<h3><i class="icon-book"></i> Answer questions about ownCloud use and development</h3>
<p>Help answer questions users and developers have about ownCloud!</p>
<ul><li>Join <a href="https://central.owncloud.org">the ownCloud forums on ownCloud Central</a> and look for <a href="https://central.owncloud.org/c/help">unanswered questions</a></li>
<li>Answer ownCloud development questions on <a href="https://stackoverflow.com/questions/tagged/owncloud">Stack Overflow</a> and <a href="https://community.spiceworks.com/">Spiceworks</a></li>
<li>Answer ownCloud user questions on <a href="https://mailman.owncloud.org/mailman/listinfo/user">the ownCloud 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 like to provide a positive and enjoyable environment for everybody.</p>
<h1>Let's make ownCloud Rock!</h1>
<p>If you have any questions, <a href="/contact/">we are happy to help you</a>.</p>