From 2b4dbd98c1fa87414425de67765b1615c3d47e07 Mon Sep 17 00:00:00 2001 From: k1g99 Date: Tue, 16 Jan 2024 00:24:36 +0900 Subject: [PATCH] chore: create new issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 41 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.yml | 19 ++++++++++ 2 files changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..2e6a000 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,41 @@ +name: ๐Ÿž Bug Report +description: Report an issue. +title: '[Bug]: ' +labels: ['bug'] +body: + - type: textarea + attributes: + label: Describe the bug + description: ๋ฒ„๊ทธ์˜ ์ƒ์„ธํ•œ ๋‚ด์šฉ์„ ์„ค๋ช…ํ•ด์ฃผ์„ธ์š”. + placeholder: Bug Description + validations: + required: true + - type: textarea + attributes: + label: Reproduction + description: ๋ฒ„๊ทธ reproduction ๋ฐฉ๋ฒ•์„ ์„ค๋ช…ํ•ด์ฃผ์„ธ์š”. ์‚ฌ์ง„๊ณผ ๋™์˜์ƒ์„ ์ฒจ๋ถ€ํ•˜๊ฑฐ๋‚˜, ํ•ด๋‹น ์ƒํ™ฉ์ด ๊ตฌํ˜„๋œ ๋งํฌ ๋“ฑ์„ ๋‚จ๊ธฐ๋ฉด ๋” ์ข‹์Šต๋‹ˆ๋‹ค! + value: | + 1. + 2. + 3. + validations: + required: true + - type: textarea + attributes: + label: Logs + description: (์„ ํƒ) ๋ฒ„๊ทธ์™€ ํ•จ๊ป˜ ์ƒ๊ธด log๋ฅผ ๋‚จ๊ฒจ์ฃผ์„ธ์š”. ๊ฐ€๋Šฅํ•œ ์ด๋ฏธ์ง€ ๋Œ€์‹  ํ…์ŠคํŠธ ํ˜•์‹์œผ๋กœ ๋‚จ๊ฒจ์ฃผ์„ธ์š”. + - type: textarea + attributes: + label: System Info + description: ํ•ด๋‹น ๋ฒ„๊ทธ๊ฐ€ ๋ฐœ์ƒํ•œ ํ™˜๊ฒฝ์˜ ์ •๋ณด๋ฅผ ์•Œ๋ ค์ฃผ์„ธ์š”. (๊ฐœ๋ฐœ ํ™˜๊ฒฝ, ์‹œ์Šคํ…œ(CPU, ๋ฉ”๋ชจ๋ฆฌ, OS), ๋ธŒ๋ผ์šฐ์ € ๋“ฑ) + - type: checkboxes + attributes: + label: Validations + description: Issue๋ฅผ ์˜ฌ๋ฆฌ๊ธฐ ์ „ ๋‹ค์Œ ์‚ฌํ•ญ๋“ค์„ ํ™•์ธํ•ด์ฃผ์„ธ์š”. + options: + - label: Follow our [Code of Conduct](https://github.com/skkuding/next/blob/main/CODE_OF_CONDUCT.md) + required: true + - label: Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md) + required: true + - label: Check that there isn't already an issue + required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..6ea22c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,19 @@ +name: ๐Ÿš€ New feature proposal +description: Propose a new feature to be added to this repository. +labels: +body: + - type: textarea + attributes: + label: Describe the problem and solution + description: ํ•ด๊ฒฐํ•˜๋ ค๋Š” ๋ฌธ์ œ์™€ ๊ทธ ํ•ด๊ฒฐ์ฑ…์„ ์„ค๋ช…ํ•ด์ฃผ์„ธ์š”. + validations: + required: true + - type: checkboxes + attributes: + label: Validations + description: Issue๋ฅผ ์˜ฌ๋ฆฌ๊ธฐ ์ „ ๋‹ค์Œ ์‚ฌํ•ญ๋“ค์„ ํ™•์ธํ•ด์ฃผ์„ธ์š”. + options: + - label: Read the [Contributing Guidelines](https://github.com/skkuding/next/blob/main/CONTRIBUTING.md) + required: true + - label: Check that there isn't already an issue + required: true \ No newline at end of file