Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
docs: プルリクエストのテンプレでclose文に関して修正 (#902)
Browse files Browse the repository at this point in the history
fix: プルリクエストのテンプレでclose文に関して修正
  • Loading branch information
book000 authored Aug 6, 2022
1 parent 59d1ab1 commit baaf7cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
## 関連する Issue

> 関連する Issue がある場合は、`#1` のような形式で示してください
> マージと同時にクローズされる必要がある場合は、`close #1` のように記載してください
> 関連する Issue がある場合は、`- #1` のようなリスト形式で示してください
> マージと同時にクローズされる必要がある場合は、`- close #1` のように記載してください。複数ある場合は一行に一つ記載してください。
> 例: 「- close #1
## チェックリスト

Expand Down

0 comments on commit baaf7cf

Please sign in to comment.