From c81d340bbe94385a3ad81104ca7a79e77eec2af3 Mon Sep 17 00:00:00 2001 From: MinHo Lim Date: Fri, 30 May 2025 16:08:51 +0900 Subject: [PATCH 1/2] fix bug report --- .github/ISSUE_TEMPLATE/bug_report.yml | 39 +++++++++------------------ 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f74bc0e3..a5ef102a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,45 +9,32 @@ body: Thanks for taking the time to fill out this bug report! - type: textarea - id: current_behavior - # 현재 동작 (필수) + id: bug-description attributes: - label: "Current Behavior" - placeholder: "Leave a comment" + label: "Describe the bug", + description: "A clear and concise description of what the bug is." + placeholder: "Bug description" validations: required: true - type: textarea - id: expected_behavior - # 예상 동작 (필수) + id: reproduction attributes: - label: "Expected Behavior" - placeholder: "Leave a comment" - validations: - required: true - - - type: textarea - id: steps - # 재현 단계 (필수) - attributes: - label: "Steps to Reproduce" - placeholder: "If possible, provide a link to a reproducible example or include the relevant code." + label: "Reproduction" + description: "How do you trigger this bug? Please walk us through it step by step." + placeholder: "Reproduction" + value: | + 1. + 2. + 3. validations: required: true - type: textarea id: environment - # 환경 정보 (필수) attributes: label: "Environment" description: "Output of `npx envinfo --system --npmPackages @conalog/patch-map --binaries --browsers`" placeholder: "System, Binaries, Browsers, npmPackages" validations: - required: true - - - type: textarea - id: additional_context - # 추가 정보 (선택) - attributes: - label: "Additional Context" - placeholder: "Leave a comment" \ No newline at end of file + required: true \ No newline at end of file From 517fef1819a0a822ac9573d33442d911722e5691 Mon Sep 17 00:00:00 2001 From: MinHo Lim Date: Fri, 30 May 2025 16:14:53 +0900 Subject: [PATCH 2/2] fix --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a5ef102a..185321a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,7 +11,7 @@ body: - type: textarea id: bug-description attributes: - label: "Describe the bug", + label: "Describe the bug" description: "A clear and concise description of what the bug is." placeholder: "Bug description" validations: