diff --git a/.gitbucket/ISSUE_TEMPLATE.md b/.gitbucket/ISSUE_TEMPLATE.md index 423b189..9d911fc 100755 --- a/.gitbucket/ISSUE_TEMPLATE.md +++ b/.gitbucket/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ -// Issue Template -# 概要 +// Issue/Bug report Template +## 概要 ## 関連するissue @@ -10,7 +10,7 @@ ## 備考 // Feature Template -# 概要 +## 概要 ## 関連するissue diff --git a/.gitbucket/PULL_REQUEST_TEMPLATE.md b/.gitbucket/PULL_REQUEST_TEMPLATE.md index e34cdb9..f323d5e 100755 --- a/.gitbucket/PULL_REQUEST_TEMPLATE.md +++ b/.gitbucket/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ -# 概要 +## 概要 ## Issue番号 @@ -8,4 +8,4 @@ ## 備考 ## 確認事項 -[] Done testing +- [ ] Done testing diff --git a/.template/ISSUE_TEMPLATE.md b/.template/ISSUE_TEMPLATE.md index 82051e0..f48ebbf 100644 --- a/.template/ISSUE_TEMPLATE.md +++ b/.template/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ -// Issue Template -# 概要 +// Issue/Bug report Template +## 概要 ## 関連するissue @@ -10,7 +10,7 @@ ## 備考 // Feature Template -# 概要 +## 概要 ## 関連するissue diff --git a/.template/PULL_REQUEST_TEMPLATE.md b/.template/PULL_REQUEST_TEMPLATE.md index 29a2ae7..2102fea 100644 --- a/.template/PULL_REQUEST_TEMPLATE.md +++ b/.template/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ -# 概要 +## 概要 ## Issue番号 @@ -8,4 +8,4 @@ ## 備考 ## 確認事項 -[] Done testing +- [ ] Done testing