-
Notifications
You must be signed in to change notification settings - Fork 1
/
rules-ja.html
39 lines (35 loc) · 1.53 KB
/
rules-ja.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>vimpr - 注意事項</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id="contents">
<h1>注意事項</h1>
<h2>ルール</h2>
<ul>
<li>特に必要なければ、マージコミットを発生させないでください。</li>
<li>git push --force は絶対にしてはいけません。すると爆発します。</li>
<li>特に必要があれば、トピックブランチを作っても構いません。</li>
<li>ブランチ名は指定のフォーマットに従ってください。</li>
</ul>
<h2>基本的方針</h2>
<ul>
<li>git push するまえに、git pull --rebase しましょう。</li>
<li>バグを見つけたら勝手に直しましょう。</li>
<li>遠慮なくビシビシ push しましょう。</li>
</ul>
<h2>ブランチ名のフォーマット</h2>
<p>ブランチ名は以下のように命名するものとします。"<拡張子抜きプラグインファイル名>/<内容を表す名前(ハイフン区切り)>"例えば</p>
<blockquote class="code">
<pre><code>
stella/support-html5
feedSomeKeys_3/add-special-option
</code></pre>
</blockquote>
<a href="index.html">to Top Page</a>
</div>
</body>
</html>