Skip to content

Commit 350d9f6

Browse files
authored
Merge branch 'main' into main
2 parents 7075161 + 77434a7 commit 350d9f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1203
-502
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: fix a bug 🐞
2+
description: >-
3+
발견한 버그에 대한 정보를 입력해주세요.
4+
title: '[fix]: '
5+
labels:
6+
- fix
7+
body:
8+
- type: textarea
9+
id: related-issue
10+
attributes:
11+
label: 관련 이슈
12+
description: 관련 있는 이슈 번호 기재 (#이슈번호)
13+
placeholder: >-
14+
#77
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: 버그 설명
19+
description: 버그에 대해 명확하게 설명하여 주세요
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: reference
24+
attributes:
25+
label: 참고
26+
description: 추가 논의사항 혹은 참고사항에 대해 기재해주세요

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
blank_issues_enabled: true
2+
3+
contact_links:
4+
- name: Contributing Guide
5+
url: https://github.com/githru/githru-vscode-ext/blob/main/CONTRIBUTING.md
6+
about: 기여를 하시기 전에 본 문서를 참고해주세요.
7+
- name: Documentation
8+
url: https://github.com/githru/githru-vscode-ext/wiki
9+
about: 참고 자료를 확인할 수 있습니다.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: feature request 🚀
2+
description: >-
3+
추가하고 싶은 신규 기능에 대해 알려주세요.
4+
title: '[new feature]: '
5+
labels:
6+
- new feature
7+
body:
8+
- type: textarea
9+
id: related-issue
10+
attributes:
11+
label: 관련 이슈
12+
description: 관련 있는 이슈 번호 기재 (#이슈번호)
13+
placeholder: >-
14+
#77
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: 기능 설명
19+
description: 기능에 대해 명확하게 설명하여 주세요
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: task
24+
attributes:
25+
label: 기능 목록
26+
description: 기능 목록을 기재해주세요. 각 항목별로 새로운 줄에 입력하세요. (체크박스를 이용하면 좋아요)
27+
placeholder: >-
28+
- [ ] 기능 1
29+
- type: textarea
30+
id: reference
31+
attributes:
32+
label: 참고
33+
description: 추가 논의사항 혹은 참고사항에 대해 기재해주세요

.github/ISSUE_TEMPLATE/test.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: test 🧪
2+
description: >-
3+
테스트 사항에 대한 내용을 입력해주세요.
4+
title: '[test]: '
5+
labels:
6+
- test
7+
body:
8+
- type: textarea
9+
id: related-issue
10+
attributes:
11+
label: 관련 이슈
12+
description: 관련 있는 이슈 번호 기재 (#이슈번호)
13+
placeholder: >-
14+
#77
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: 테스트 내용 설명
19+
description: 테스트 내용에 대해 명확하게 설명하여 주세요 (서술 혹은 스크린샷 첨부)
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: reference
24+
attributes:
25+
label: 참고
26+
description: 추가 논의사항 혹은 참고사항에 대해 기재해주세요
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Update docs ✍️
2+
description: >-
3+
문서 업데이트가 필요한 경우 본 이슈를 사용하세요 (.md 파일 수정 등)
4+
5+
title: "[docs]: "
6+
labels:
7+
- docs
8+
body:
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Related issue
13+
description: 관련 있는 이슈 번호 기재 (#이슈번호)
14+
- type: textarea
15+
id: context
16+
attributes:
17+
label: Content
18+
description: 본 이슈에 대한 내용을 작성해주세요.
19+
validations:
20+
required: true

0 commit comments

Comments
 (0)