diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e69de29..e56af3f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,18 @@
+---
+name: "\U0001F41B バグ修正"
+about: バグ報告
+title: '[BUG]
'
+labels: bug
+
+---
+# 概要
+
+
+# 再現手順(もしくは発生時)
+
+
+# 期待される動作
+
+
+# 参考
+
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md
index e69de29..cdb42d7 100644
--- a/.github/ISSUE_TEMPLATE/feature.md
+++ b/.github/ISSUE_TEMPLATE/feature.md
@@ -0,0 +1,22 @@
+---
+name: "\U00002728 新機能"
+about: 新機能の提案
+title: "[FEAT] "
+labels: feature
+---
+
+## 詳細
+
+
+
+## 背景
+
+
+
+## 参考
+
+
+
+## 期限
+
+
diff --git a/cookiecutter.json b/cookiecutter.json
new file mode 100644
index 0000000..b4a5c38
--- /dev/null
+++ b/cookiecutter.json
@@ -0,0 +1,3 @@
+{
+ "package_name": "backend"
+}