-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from skkuding/1-setup-repo
chore: create new issue templates
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |