Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
docs: PRテンプレート使用についての記述を修正
プルリクエスト作成時にテンプレートが適用されることを
前提とした記述に修正

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
  • Loading branch information
gn-t-k and claude committed Jul 5, 2025
commit d9eae0ce35ac996ef11f5a3a7ac12d20d4dad1a5
3 changes: 1 addition & 2 deletions .claude/commands/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ description: ステージ済みとワークツリーの diff を受け取り、
- 変更の目的が異なる
- 影響範囲が独立している
- レビューが別々に行われるべき内容
- プルリクエストの作成を依頼された場合は、`gh pr create --title "{タイトル}"`を使用する
- `--fill`や`--body`オプションは使用しない(テンプレートが適用されないため)
- プルリクエストの作成を依頼された場合は、`../../.github/pull_request_template.md`を使用することを前提とする