diff --git a/.github/ISSUE_TEMPLATE/bug-template.md b/.github/ISSUE_TEMPLATE/bug-template.md new file mode 100644 index 00000000..0ae6a89f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-template.md @@ -0,0 +1,14 @@ +--- +name: Bug Template +about: 버그 발생 시 작성하는 Template 입니다. +title: "[Fix]" +labels: '' +assignees: '' + +--- + +## ✅ 버그 내용 + +## 📸 스크린샷 + +## 🙈 참고 사항 diff --git a/.github/ISSUE_TEMPLATE/feature-template.md b/.github/ISSUE_TEMPLATE/feature-template.md new file mode 100644 index 00000000..f8735fde --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-template.md @@ -0,0 +1,16 @@ +--- +name: Feature Template +about: 기능 개발을 위해 사용하는 Template 입니다. +title: "[Feature]" +labels: '' +assignees: '' + +--- + +## ✅ TO-DO LIST + +- [ ] To-do 1 +- [ ] To-do 2 +- [ ] To-do 3 + +## 🙈 참고 사항