Commit Policy » 履歴 » バージョン 1
Kousuke Ebihara, 2009-09-25 23:32
Started to write Commit Policy
1 | 1 | Kousuke Ebihara | h1. Commit Policy |
---|---|---|---|
2 | |||
3 | h2. Scope |
||
4 | |||
5 | This document is only effective in development of OpenPNE3 platform (it doesn't contain plugins). |
||
6 | |||
7 | h2. Where should you work? |
||
8 | |||
9 | You have to use your repository on the GitHub. Of course, you can use a repository on your own server if you want to do so. |
||
10 | |||
11 | In a general rule, you should not directly push to git@github.com:openpne/OpenPNE3.git. Even if you have a priviledge to do it, you should use "Pull Requests" from your branch for applying your changes to OpenPNE3. Directly pushing is allowed for a bit changes only. |
||
12 | |||
13 | h2. Who should you work? |
||
14 | |||
15 | Everyone. If you want to improve OpenPNE, please do it on your git repository. In doing so, creating branch is good way. |