-
Notifications
You must be signed in to change notification settings - Fork 4
/
contribute.html
46 lines (41 loc) · 1.49 KB
/
contribute.html
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
---
layout: page
title: Contribute
group: navigation
---
<h2>Why?</h2>
<p>PHPedia is open! So, we need your help.</p>
<ul>
<li>We need you to create posts</li>
<li>We need you to comment on post and issues</li>
<li>We need you to open new issues</li>
<li>We need you to contribute!</li>
</ul>
<h2>How?</h2>
<p>All you need to do is:</p>
<ul>
<li>Fork us on <a href="https://github.com/phpedia/phpedia.github.com" title="Github">Github</a></li>
<li>Create a post, or contribute to an existing one</li>
<li>Send it to us opening a pull request</li>
</ul>
<p>
We currently support <a href="http://en.wikipedia.org/wiki/Markdown" title="Markdown">Markdown</a> and
<a href="http://en.wikipedia.org/wiki/Textile_(markup_language)" title="Textile">Textile</a>
</p>
<h2>Approval policy</h2>
<p>New post:</p>
<ul>
<li>Create a new post and send it to us</li>
<li>PHPedia team will check the post and accept it, if valid</li>
</ul>
<p>Contributing to an existing post:</p>
<ul>
<li>Fork it</li>
<li>Contribute</li>
<li>Open a pull request</li>
<li>PHPedia team will open an issue to notify the last commiter of the post</li>
<li>PHPedia team and the last commiter will validate the contribution</li>
<li>If the last commiter does not answer the issues within one week,
PHPedia team will validate your contribution and approve it, if valid</li>
</ul>
<p>We just want to remind you, that at any time you can discuss why or why not your contribution or post should be approved.</p>