Skip to content

Commit 640512a

Browse files
spec(operations): add language rules for PR title and body
PR Creation セクションに PR タイトル・ボディの言語ルールを追加。 Commit Rules と同じ規約(Title = ASCII English, Body = Japanese)を明示化。 Li+operations.md と docs/3.-Operations.md の両方を更新。 Refs #898
1 parent f10ce93 commit 640512a

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Li+operations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ Event-Driven Operations
136136

137137
[PR Creation]
138138

139+
Language:
140+
Title = ASCII English only, single line.
141+
Body = Japanese.
142+
Consistent with Commit Rules.
143+
139144
PR body format:
140145
per issue block:
141146
line1 = "Refs #{issue_number}" or "Refs sub #{child_issue_number}"

docs/3.-Operations.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ gh api repos/{owner}/{repo}/contents/{path} # PUT base64 sha
148148

149149
## PR 作成
150150

151+
### 言語
152+
153+
- タイトル:ASCII 英語のみ、1行
154+
- ボディ:日本語
155+
156+
コミットルールと同一。
157+
151158
### PR 本文形式
152159

153160
issue ごとのブロック形式で記述する。対象 issue → `Refs #xxx`、クローズ済み子 issue → `Refs sub #xxx`。各ブロックに2〜3行の要約を書く。詳細は issue を参照。deferred・open のまま残す子 issue は含めない。

0 commit comments

Comments
 (0)