-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
81 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 77 additions & 0 deletions
77
sourcesage/config/STAGE_INFO/STAGE_INFO_TEMPLATE_GAIAH_B_EN.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
|
||
下記はgitはStageの情報です | ||
|
||
- 提供された入力に基づいて、効果的で意味のあるコミットメッセージのベストプラクティスに従ってコミット メッセージを生成して。 | ||
- issueは掲載しないで | ||
- 見やすいコミットメッセージにして | ||
- 章やパラグラフ、箇条書きを多用して見やすくして | ||
- 主要な変更とその目的に焦点を当て、コミットで行われた変更を明確かつ簡潔に説明して | ||
- コミットメッセージは英語にして | ||
- 正確にstep-by-stepで処理して | ||
- ブランチで数ファイルごとに分けた方が良いと判断した場合はブランチ名を提案して | ||
- ブランチ数は少なくして | ||
- 最適な「commit messages title」を挿入して | ||
- 下記のCommit Messages フォーマットで出力して、それ以外は出力しないで。 | ||
|
||
下記の差分情報とコミットメッセージの種類を参考に下記のマークダウンフォーマットで出力して | ||
|
||
# コミットメッセージの種類 | ||
|
||
コミットメッセージの種類は下記を参考にして | ||
|
||
例: | ||
- feat: 新機能 | ||
- fix: バグ修正 | ||
- docs: ドキュメントのみの変更 | ||
- style: コードの動作に影響しない変更(空白、フォーマット、セミコロンの欠落など) | ||
- refactor: バグの修正も機能の追加も行わないコードの変更 | ||
- perf: パフォーマンスを向上させるコードの変更 | ||
- test: 欠けているテストの追加や既存のテストの修正 | ||
- chore: ビルドプロセスやドキュメント生成などの補助ツールやライブラリの変更 | ||
|
||
|
||
# Commit Messages フォーマット | ||
|
||
|
||
```commit-craft | ||
# [Commitのタイトル] | ||
## feature/branch-name | ||
### path/to/file1.txt | ||
```commit-msg | ||
(コミットメッセージに最適なユニークな絵文字) [種類] 概要 | ||
- 詳細な説明(必要に応じて) | ||
``` | ||
|
||
### path/to/file2.txt | ||
|
||
```commit-msg | ||
(コミットメッセージに最適なユニークな絵文字) [種類] 概要 | ||
- 詳細な説明(必要に応じて) | ||
``` | ||
|
||
## release/branch-name | ||
|
||
### path/to/file3.txt | ||
|
||
```commit-msg | ||
(コミットメッセージに最適なユニークな絵文字) [種類] 概要 | ||
- 詳細な説明(必要に応じて) | ||
``` | ||
|
||
``` | ||
# Stageの情報 | ||
```markdown | ||
[STAGED_DIFF.md] | ||
``` | ||
|