diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml deleted file mode 100644 index b6ae573b..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ /dev/null @@ -1,33 +0,0 @@ -name: Bug Report -description: 버그 리포트 작성 -title: '[Bug] ' -labels: ['bug'] -body: - - type: markdown - attributes: - value: | - 버그 발견시 작성해주세요. - - type: textarea - id: what-happened - attributes: - label: 무슨 일인가요? - description: 원래 어떻게 동작해야 하는지에 대한 설명도 작성해주세요. (스크린샷도 함께 첨부해주세요.) - placeholder: 예) 로그인을 시도하면, 로그인이 되지 않고, 로그인 화면으로 돌아갑니다. - validations: - required: true - - type: dropdown - id: browsers - attributes: - label: 어떤 브라우저에서 발생하나요? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - type: textarea - id: logs - attributes: - label: 관련 로그 (선택) - description: 버그와 관련된 로그를 첨부해주세요. (```으로 감쌀 필요 없음) - render: shell diff --git a/.github/ISSUE_TEMPLATE/issue-template.yaml b/.github/ISSUE_TEMPLATE/issue-template.yaml deleted file mode 100644 index 1fb72d0c..00000000 --- a/.github/ISSUE_TEMPLATE/issue-template.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: Issue Template -description: 이슈 작성 -title: "[Feature]: " -labels: ["feature"] -body: - - type: markdown - attributes: - value: | - 이슈에 대해 자세히 설명해주세요. - - type: textarea - id: which-story - attributes: - label: 해당하는 스토리는 어떤 것인가요? - description: - placeholder: 예) 로그인을 시도하면, 로그인이 되지 않고, 로그인 화면으로 돌아갑니다. - validations: - required: true - - type: textarea - id: what-about - attributes: - label: 무엇에 대한 이슈인가요? - description: - placeholder: 예) 로그인 페이지 이동을 위한 버튼 컴포넌트 작성 - validations: - required: true - - type: textarea - id: references - attributes: - label: 참고할(한) 자료가 있나요? - description: 참고한 자료가 있다면 링크를 남겨주세요. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7fee722a..4a300e1b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,7 @@ ## - 목적 -관련 이슈: # + +관련 티켓 번호: + -