diff --git "a/.github/ISSUE_TEMPLATE/\352\270\260\353\212\245-\352\265\254\355\230\204.md" "b/.github/ISSUE_TEMPLATE/\352\270\260\353\212\245-\352\265\254\355\230\204.md" new file mode 100644 index 0000000..9148313 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\352\270\260\353\212\245-\352\265\254\355\230\204.md" @@ -0,0 +1,18 @@ +--- +name: 기능 구현 +about: 구현한(할) 기능에 대한 이슈 +title: "[BE/FE] 구현" +labels: "\U0001F680 feature" +assignees: '' + +--- + +## ✨ 기능에 대한 기대 + +## 🔗 관련 링크 + +## 📋 구현/작업 목록 + +## 📆 구현 계획 + +## ✅ 결과 diff --git "a/.github/ISSUE_TEMPLATE/\353\254\270\354\240\234-\354\202\254\355\225\255-\353\263\264\352\263\240.md" "b/.github/ISSUE_TEMPLATE/\353\254\270\354\240\234-\354\202\254\355\225\255-\353\263\264\352\263\240.md" new file mode 100644 index 0000000..2e36540 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\353\254\270\354\240\234-\354\202\254\355\225\255-\353\263\264\352\263\240.md" @@ -0,0 +1,16 @@ +--- +name: 문제 사항 보고 +about: 발생한 문제에 대한 정리 +title: "[BUG] 문제" +labels: "\U0001F47D bug" +assignees: '' + +--- + +## 🐞 문제 사항 + +## 🔗 원인 + +## 📋 해결 과정 + +## ✅ 결과