Skip to content

Commit

Permalink
chore: github issue template제작 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa authored Apr 5, 2024
1 parent 098b940 commit d41585a
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 50 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Bug Report
description: Report a bug
labels: [bug]
title: '[Bug]:'
body:
- type: textarea
id: description
attributes:
description: 버그에 대해서 설명해주세요.
label: Bug description
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior

- type: textarea
id: reproduction-steps
attributes:
label: To Reproduce
description: 재현 방법을 자세히 알려주세요. 특정 환경에서만 발생하는 것 같다면, OS와 환경에 대한 정보도 함께 제공해주세요.
placeholder: |
최소한으로 재현 가능한 코드 또는 재현 단계를 설명해주세요. 선택 사항이지만 권장됩니다.
- type: textarea
id: possible-solution
attributes:
label: Possible Solution
placeholder: I think this is probably...
validations:
required: false

- type: textarea
id: etc
attributes:
label: etc.
validations:
required: false
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Feature Request
description: Suggest an idea
labels: [feature]
title: '[Feature]:'
body:
- type: textarea
id: description
attributes:
description: 원하시는 기능을 설명해주세요.
label: Description
validations:
required: true

- type: textarea
id: possible-solution
attributes:
label: Possible Solution
placeholder: I think this is probably...
validations:
required: false

- type: textarea
id: etc
attributes:
label: etc.
validations:
required: false

0 comments on commit d41585a

Please sign in to comment.