diff --git a/.github/ISSUE_TEMPLATE/不具合用テンプレート.md b/.github/ISSUE_TEMPLATE/不具合用テンプレート.md new file mode 100644 index 00000000..61724e36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/不具合用テンプレート.md @@ -0,0 +1,17 @@ +--- +name: 不具合用テンプレート +about: 不具合用テンプレート +title: "[BUG]: " +labels: バグ +assignees: '' + +--- + +# 概要 + + +# 詳細 + + +# 影響箇所 + diff --git a/.github/ISSUE_TEMPLATE/改善用テンプレート.md b/.github/ISSUE_TEMPLATE/改善用テンプレート.md new file mode 100644 index 00000000..42d1256b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/改善用テンプレート.md @@ -0,0 +1,17 @@ +--- +name: 改善用テンプレート +about: 改善用テンプレート +title: "[IMPROVE]" +labels: '' +assignees: '' + +--- + +# 概要 + + +# 詳細 + + +# 影響箇所 + diff --git a/.github/ISSUE_TEMPLATE/新機能用テンプレート.md b/.github/ISSUE_TEMPLATE/新機能用テンプレート.md index 5518f596..c3d09e6f 100644 --- a/.github/ISSUE_TEMPLATE/新機能用テンプレート.md +++ b/.github/ISSUE_TEMPLATE/新機能用テンプレート.md @@ -1,10 +1,20 @@ --- name: 新機能用テンプレート -about: 新規開発Issue用テンプレート +about: 新規能用テンプレート title: '' -labels: '' +labels: 新機能 assignees: '' --- -WIP +# 概要 + + +# 詳細 + + +# 関連Issue + + +# 影響箇所 + diff --git a/.github/PULL_REQUEST_TEMPLATE/general.md b/.github/PULL_REQUEST_TEMPLATE/general.md new file mode 100644 index 00000000..2335a652 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/general.md @@ -0,0 +1,18 @@ +# 概要 + + +# 関連Issue +- #000 + +# 詳細 + + +# 影響箇所 + + +# チェック + +- [ ] 機能として完成している + - [ ] WIP(Work in progress: 作業中) +- [ ] 正常にビルド/起動ができる +- [ ] 既存の機能を壊していない diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index 0c0c3383..00000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 45c0ba13..b9fda1d9 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -26,10 +26,10 @@