-
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
1 parent
be2b652
commit 56ada30
Showing
1 changed file
with
41 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,41 @@ | ||
# astro-blog-mytutorial | ||
# jsys24-hackathon-sample | ||
|
||
## branch のルール | ||
|
||
#### PRs をするブランチ (Default branch) | ||
|
||
※feature ブランチの PRs 先は develop ブランチ | ||
|
||
- develop | ||
|
||
### 以下のブランチは、すべて develop ブランチにマージすること | ||
|
||
#### 機能を追加する際に作成するブランチ | ||
|
||
- feature/feat/#[issue-number]-[issue-summary] | ||
|
||
example) feature/feat/#12-add-card-button-component | ||
|
||
#### バグ修正をする際に作成するブランチ | ||
|
||
- feature/bugfix/#[issue-number]-[issue-summary] | ||
|
||
example) feature/bugfix/#12-fix-button-function | ||
|
||
#### バグ以外の修正や変更をする際に作成するブランチ | ||
|
||
- feature/fix/#[issue-number]-[issue-summary] | ||
|
||
example) feature/fix/#12-change-title | ||
|
||
#### 設定の変更等をする際に作成するブランチ | ||
|
||
- feature/config/#[issue-number]-[issue-summary] | ||
|
||
example) feature/config/#12-add-prettier-config | ||
|
||
#### その他、以下の条件の下で勝手に新たな種類の feture ブランチを作成してもよい | ||
|
||
- feature/[github の username]/[自由にして良い部分]/#[issue-number]-[issue-summary] | ||
|
||
example) feature/Myxogastria0808/nyoki/#112-add-my-config-file |