diff --git a/.github/templates/pr/example_pull_request_template.md b/.github/pull_request_template.md
similarity index 85%
rename from .github/templates/pr/example_pull_request_template.md
rename to .github/pull_request_template.md
index a6fa5b0..1375171 100644
--- a/.github/templates/pr/example_pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -7,16 +7,34 @@
- refactor: 코드 리펙토링 (기능 변경 없이 코드만 수정할 때)
- modify: 코드 수정 (기능의 변화가 있을 때)
-->
-## ☃️ Related Issue
-
-closed #
+## 📝 PR Summary
+
+
+
+
## 🤔 어떤 이유로 변경된 내용인지
-- .
+
+
+#### 🌴 Works
+- [ ]
+- [ ]
+
+
+
+#### 🌵 Working Branch
+
+
+
+
+#### ☃️ Related Issue
+
+> closed #
+
## 🙏 검토 혹은 리뷰어에게 남기고 싶은 말
- .
\ No newline at end of file
diff --git a/.github/templates/issue/example_bug_report.md b/.github/templates/issue/example_bug_report.md
deleted file mode 100644
index cbc0d7e..0000000
--- a/.github/templates/issue/example_bug_report.md
+++ /dev/null
@@ -1,10 +0,0 @@
-## 🚨 버그에 대한 설명
-
-## ✒️ 재현방법
-
-
-## ✉️ 예상 응답
-
-
-## 📷 화면 캡쳐
-
diff --git a/.github/templates/issue/example_feature_request.md b/.github/templates/issue/example_feature_request.md
deleted file mode 100644
index 79f9701..0000000
--- a/.github/templates/issue/example_feature_request.md
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-## 📢 Issue
-- 이슈 내용에 대해 작성해주세요 👍
-
-## ✔️ CheckList
-- [ ] 해야 할 체크리스트를 작성해주세요 😊
\ No newline at end of file