From a36fe006d19dbcf72add55ae5639f5b8963e4d47 Mon Sep 17 00:00:00 2001 From: gwansikk Date: Tue, 19 Nov 2024 17:31:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20github=20=EC=9D=B4=EC=8A=88=20?= =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 10 +++++----- .github/ISSUE_TEMPLATE/feature.yml | 8 ++++---- .github/ISSUE_TEMPLATE/refactor.yml | 8 ++++---- .github/ISSUE_TEMPLATE/suggestion.yml | 8 ++++---- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++------ 5 files changed, 26 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 910f7c3..338faa2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,28 +6,28 @@ body: - type: textarea attributes: label: 버그 설명 - description: 버그에 대한 설명을 작성해 주세요 + description: 버그에 대한 설명을 작성해 주세요. validations: required: true - type: textarea attributes: label: 예상 결과 - description: 예상한 결과를 작성해 주세요 + description: 예상한 결과를 작성해 주세요. validations: required: true - type: textarea attributes: label: 실제 결과 - description: 실제 결과를 작성해 주세요 + description: 실제 결과를 작성해 주세요. validations: required: true - type: textarea attributes: label: 시뮬레이션 - description: 버그를 발견하게 된 상황을 단계별로 적어주세요 + description: 버그를 발견하게 된 상황을 단계별로 적어주세요. validations: required: true - type: textarea attributes: label: ETC - description: 더 전달할 내용이 있다면 여기에 작성해주세요 + description: 더 전달할 내용이 있다면 여기에 작성해 주세요. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 9cff1e3..c01c2bc 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -6,18 +6,18 @@ body: - type: textarea attributes: label: Describe - description: 새로운 기능에 대한 설명을 작성해 주세요 - placeholder: 자세히 적을수록 좋아요. + description: 새로운 기능에 대한 설명을 작성해 주세요. + placeholder: 자세히 적을수록 좋습니다. validations: required: true - type: textarea attributes: label: Tasks - description: 해야 하는 일에 대한 Tasks를 작성해 주세요 + description: 해야 하는 일에 대한 Tasks를 작성해 주세요. placeholder: 최대한 세분화 해서 적어주세요. validations: required: true - type: textarea attributes: label: ETC - description: 더 전달할 내용이 있다면 여기에 작성해 주세요 + description: 더 전달할 내용이 있다면 여기에 작성해주 세요. diff --git a/.github/ISSUE_TEMPLATE/refactor.yml b/.github/ISSUE_TEMPLATE/refactor.yml index 0ca096c..6627bc4 100644 --- a/.github/ISSUE_TEMPLATE/refactor.yml +++ b/.github/ISSUE_TEMPLATE/refactor.yml @@ -6,18 +6,18 @@ body: - type: textarea attributes: label: Describe - description: 왜 리팩터링을 해야하는지 설명해 주세요 - placeholder: 자세히 적을수록 좋아요. + description: 왜 리팩터링을 해야하는지 설명해 주세요. + placeholder: 자세히 적을수록 좋습니다. validations: required: true - type: textarea attributes: label: Tasks - description: 리팩터링에 대한 Tasks를 작성해 주세요 + description: 리팩터링을 할 부분에 대해서 자세히 작성해 주세요. placeholder: 최대한 세분화 해서 적어주세요. validations: required: true - type: textarea attributes: label: ETC - description: 더 전달할 내용이 있다면 여기에 작성해 주세요 + description: 더 전달할 내용이 있다면 여기에 작성해 주세요. diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml index 88e4faa..31ecf55 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -6,18 +6,18 @@ body: - type: textarea attributes: label: Describe - description: 주제에 대한 설명을 작성해 주세요 - placeholder: 자세히 적을수록 좋아요. + description: 회의 주제에 대한 설명을 작성해 주세요. + placeholder: 자세히 적을수록 좋습니다. validations: required: true - type: textarea attributes: label: Tasks - description: 주제에 대한 Tasks를 작성해 주세요 + description: 해야 하는 일에 대한 Tasks를 작성해 주세요. placeholder: 최대한 세분화 해서 적어주세요. validations: required: true - type: textarea attributes: label: ETC - description: 더 전달할 내용이 있다면 여기에 작성해 주세요 + description: 더 전달할 내용이 있다면 여기에 작성해 주세요. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 32f1ebc..b0bc915 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,18 +1,21 @@ ## Summary -> 관련 있는 Issue를 태그해주세요. +> 관련 있는 Issue를 태그해주세요. (e.g. closed, fixed, resolved, related, #100) -**해당 PR에 대한 요약을 작성해주세요.** +_해당 PR에 대한 작업 요약을 작성해주세요._ ## Tasks -- 해당 PR에 포함된 작업을 작성해주세요. -- 해당 PR에 포함된 작업을 작성해주세요. +- _해당 PR에 수행한 작업을 작성해주세요._ + +