diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml new file mode 100644 index 0000000..85c5ec0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -0,0 +1,28 @@ +name: '✨ Issue' +description: '이슈를 등록해 주세요.' +title: '[Type] ' + +body: + + - type: textarea + attributes: + label: '📄 Description' + description: 이슈 내용을 작성해 주세요. + placeholder: 구체적으로 작성해 주세요. + validations: + required: true + + - type: textarea + attributes: + label: '✅ To-do' + description: 해야 하는 일을 작성해 주세요. + placeholder: | + - [ ] 해야 할 일 1 + - [ ] 해야 할 일 2 + validations: + required: true + + - type: textarea + attributes: + label: '📎 ETC' + description: 추가로 공유할 사항이 있으면 작성해 주세요. \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..205d159 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## ✏️ Summary +- close # +> 관련 있는 Issue를 태그해주세요. (e.g. > - #1) + + + +## 📑 Tasks +- + + + +## 👀 To Reviewer +- + + +## 📸 Screenshot + + +## 🔔 ETC \ No newline at end of file