From 807e41e0a21dc61bc7d0d46dc4631d0c07a6eca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=80=ED=86=A0?= <57691173+apptie@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:21:53 +0900 Subject: [PATCH 1/3] =?UTF-8?q?!hotfix:=20=EB=B2=84=EA=B7=B8=20=EB=A6=AC?= =?UTF-8?q?=ED=8F=AC=ED=8C=85=EC=9D=84=20=EC=9C=84=ED=95=9C=20=EC=9D=B4?= =?UTF-8?q?=EC=8A=88=20=ED=85=9C=ED=94=8C=EB=A6=BF=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 000000000..6ad5056c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,47 @@ +name: "\U0001F41E Bug Report" +description: "버그가 발생했나요?" +labels: "\U0001F41E Bug" +body: + - type: textarea + attributes: + label: 🐞 설명 + description: 버그에 대한 설명을 작성해 주세요. + placeholder: 자세히 적을수록 좋습니다! + validations: + required: false + - type: textarea + attributes: + label: 📄 기대한 동작 + description: 기대한 동작에 대해 작성해주세요. + placeholder: 자세히 적을수록 좋습니다! + validations: + required: false + - type: textarea + attributes: + label: 📄 실제 동작 + description: 실제로 동작한 내용에 대해 작성해주세요. + placeholder: 자세히 적을수록 좋습니다! + validations: + required: false + - type: textarea + attributes: + label: 🙋🏻 재현 방법 + description: 버그를 재현할 수 있는 방법을 알고 계신다면 작성해주세요. + placeholder: 자세히 적을수록 좋습니다! + validations: + required: false + - type: textarea + attributes: + label: 🌏 버그 발생 환경 + description: 버그가 발생한 환경에 대해 작성해 주세요. + placeholder: | + OS: macOS + validations: + required: false + - type: textarea + attributes: + label: 📄 비고 + description: 추가적인 정보를 입력해주세요. + placeholder: 단순히 느낀 점, 하고 싶으신 말씀 등 아무 내용이나 상관 없습니다! + validations: + required: false From 892e9d198c8f10ee9608be4ac631c5ca0635857c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=80=ED=86=A0?= <57691173+apptie@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:23:21 +0900 Subject: [PATCH 2/3] =?UTF-8?q?!hotfix:=20=EB=B2=84=EA=B7=B8=20=EB=A6=AC?= =?UTF-8?q?=ED=8F=AC=ED=8C=85=EC=9A=A9=20=EC=9D=B4=EC=8A=88=20=ED=85=9C?= =?UTF-8?q?=ED=94=8C=EB=A6=BF=EC=9D=98=20=EC=84=A4=EB=AA=85=EC=9D=84=20?= =?UTF-8?q?=EC=A1=B0=EA=B8=88=20=EB=8D=94=20=EB=AA=85=ED=99=95=ED=95=98?= =?UTF-8?q?=EA=B2=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 6ad5056c8..315b63626 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: "\U0001F41E Bug Report" -description: "버그가 발생했나요?" +description: "버그를 제보하고 싶으신가요?" labels: "\U0001F41E Bug" body: - type: textarea From ba3f489df93d43476db7ac2851d8bc22b06d19f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A7=80=ED=86=A0?= <57691173+apptie@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:24:06 +0900 Subject: [PATCH 3/3] =?UTF-8?q?!hotfix:=20=EA=B0=9C=EB=B0=9C=20=EB=8F=84?= =?UTF-8?q?=EC=A4=91=20=EB=B2=84=EA=B7=B8=EA=B0=80=20=EB=B0=9C=EC=83=9D?= =?UTF-8?q?=ED=96=88=EC=9D=84=20=EB=95=8C=EC=9D=98=20=EC=9D=B4=EC=8A=88=20?= =?UTF-8?q?=ED=85=9C=ED=94=8C=EB=A6=BF=EC=9D=98=20=EC=84=A4=EB=AA=85?= =?UTF-8?q?=EC=9D=84=20=EB=AA=85=ED=99=95=ED=95=98=EA=B2=8C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3230b5bb8..121821226 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,5 +1,5 @@ name: "\U0001F41E Bug" -description: "버그가 발생했나요?" +description: "개발 도중 버그가 발생했나요?" labels: "\U0001F41E Bug" body: - type: textarea