Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Li+operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ Event-Driven Operations

[PR Creation]

Language:
Title = ASCII English only, single line.
Body = Japanese.
Consistent with Commit Rules.

PR body format:
per issue block:
line1 = "Refs #{issue_number}" or "Refs sub #{child_issue_number}"
Expand Down
7 changes: 7 additions & 0 deletions docs/3.-Operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ gh api repos/{owner}/{repo}/contents/{path} # PUT base64 sha

## PR 作成

### 言語

- タイトル:ASCII 英語のみ、1行
- ボディ:日本語

コミットルールと同一。

### PR 本文形式

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