From a3f31a4253d4700ab8c7b0c12c55716c8a5a685a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=88=98=20MINSOO=20KIM?= Date: Sun, 14 May 2023 15:55:59 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.github=20=ED=8F=B4=EB=8D=94=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CODEOWNERS | 1 + .github/ISSUE_TEMPLATE/bug_report.md | 18 ---------- .github/ISSUE_TEMPLATE/bug_report.yml | 41 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 -------- .github/ISSUE_TEMPLATE/feature_request.yml | 33 +++++++++++++++++ .github/pull_request_template.md | 2 ++ 6 files changed, 77 insertions(+), 32 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..a40f932 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@neko113 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index c0d33f5..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: 버그 템플릿 -about: 버그 작업을 위한 템플릿입니다. -labels: bug -assignees: '' ---- - -## 버그 설명 - -발견한 버그를 작성해주세요. - -## 해결 방안 - -어떻게 해결할 건지 작성해주세요. - -## 참고사항 - -## 예상 소요 시간 diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..7e720db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,41 @@ +name: Bug report +description: File a bug report +title: '❗️ [Bug]: ' +labels: ['bug'] +assignees: + - neko113 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! 🙏 + - type: textarea + id: what-happened + attributes: + label: 어떤 일이 발생했나요? 🤔 + description: 또한, 어떤 결과를 기대했었는지 알려주세요. + placeholder: 예상치 못한 버그가 발생했습니다... + validations: + required: true + - type: textarea + id: what-caused + attributes: + label: 왜 발생했을까요? + description: 무슨 생각이 드는지 알려주세요. + placeholder: 제 생각에는... + validations: + required: false + - type: textarea + id: logs + attributes: + label: 관련 로그 출력 + description: 관련 로그 출력을 복사하여 붙여넣어주세요. 자동으로 코드 형식으로 서식이 지정됩니다. + render: shell + - type: checkboxes + id: terms + attributes: + label: 동의 👍 + description: + options: + - label: 다른 이슈가 있는지 확인했습니다. ✅ + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 9ebb474..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: 기능 추가 -about: 기능 추가를 위한 템플릿입니다. -labels: feature -assignees: '' ---- - -# 작업 리스트 - -- [ ] 체크 리스트를 작성하세요 - -## 참고사항 - -## 예상 소요 시간 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..67bfca4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,33 @@ +name: Feature request +description: Request new feature +title: '✨ [Feature Request]: ' +labels: ['feature'] +assignees: + - neko113 +body: + - type: markdown + attributes: + value: | + Thanks for suggesting new feature! 🙏 + - type: textarea + id: new-feature + attributes: + label: 어떤 기능을 제안하시나요? 🤔 + description: 이 새로운 기능으로 어떤 효과를 기대하시나요? 🚀 + placeholder: 이 기능이 있으면 좋겠다면, 이유를 적어주세요... + validations: + required: true + - type: textarea + id: how + attributes: + label: 이 기능은 어떻게 구현할 수 있을까요? 🛠️ + description: 필요한 기술 스택이나 구현 방법 등을 알려주세요. 💻 + placeholder: Golang로 이러한 방법으로 구현할 수 있습니다... + - type: checkboxes + id: terms + attributes: + label: 동의 👍 + description: + options: + - label: 다른 이슈가 있는지 확인했습니다. ✅ + required: true diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3976a44..6f4dadc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ +# [ PULL REQUEST ] + ## 관련 이슈 ## PR Point