chore: create and test issue templates (feature, bug, refactor, infra) in Gitea
This commit is contained in:
parent
68e1d8d775
commit
0fa58355dd
30
.gitea/ISSUE_TEMPLATE/0feature.yml
Normal file
30
.gitea/ISSUE_TEMPLATE/0feature.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
name: "🌱 기능 추가"
|
||||||
|
about: 기능을 추가할 때
|
||||||
|
title: "[Feature] "
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
오늘도 화이팅 😄
|
||||||
|
- type: textarea
|
||||||
|
id: background
|
||||||
|
attributes:
|
||||||
|
label: 배경
|
||||||
|
description: 이 기능을 추가하게 된 배경을 작성해주세요.
|
||||||
|
placeholder: 기능을 추가하기 전 상황은 간단하게, 추가하게 된 이유는 가급적 자세하게 작성해주세요!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: changes
|
||||||
|
attributes:
|
||||||
|
label: 작업 내용
|
||||||
|
description: 필요한 작업 내용을 작성해주세요.
|
||||||
|
placeholder: 작업과 그 작업의 예상 결과를 작성해주세요!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: notes
|
||||||
|
attributes:
|
||||||
|
label: 기타 및 참고자료
|
||||||
|
description: 추가적으로 전달하고 싶은 내용이나 참고할 만한 자료가 있다면 작성해주세요.
|
||||||
|
placeholder: 출처 링크, 논의하고 싶은 사항 등을 자유롭게 작성해주세요!
|
||||||
28
.gitea/ISSUE_TEMPLATE/1bug.yml
Normal file
28
.gitea/ISSUE_TEMPLATE/1bug.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
name: "🐞 버그 수정"
|
||||||
|
about: 버그를 수정할 때
|
||||||
|
title: "[Bug]: "
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
오늘도 화이팅 😄
|
||||||
|
- type: textarea
|
||||||
|
id: background
|
||||||
|
attributes:
|
||||||
|
label: 배경
|
||||||
|
description: 발생한 버그가 어떤 상황에서 발생했는지 작성해주세요.
|
||||||
|
placeholder: 버그 발생 시나리오, 재현 방법, 로그 등을 자세히 작성해주세요!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: changes
|
||||||
|
attributes:
|
||||||
|
label: 작업 내용 (예상)
|
||||||
|
description: 필요한 작업 내용을 작성해주세요.
|
||||||
|
placeholder: 작업과 그 작업의 예상 결과를 작성해주세요!
|
||||||
|
- type: textarea
|
||||||
|
id: notes
|
||||||
|
attributes:
|
||||||
|
label: 기타 및 참고자료
|
||||||
|
description: 추가적으로 전달하고 싶은 내용이나 참고할 만한 자료가 있다면 작성해 주세요.
|
||||||
|
placeholder: 출처 링크, 논의하고 싶은 사항 등을 자유롭게 작성해 주세요!
|
||||||
30
.gitea/ISSUE_TEMPLATE/2refactor.yml
Normal file
30
.gitea/ISSUE_TEMPLATE/2refactor.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
name: "🛠️ 리팩터링"
|
||||||
|
about: 코드 수정이 필요할 때
|
||||||
|
title: "[Refactor]: "
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
오늘도 화이팅 😄
|
||||||
|
- type: textarea
|
||||||
|
id: background
|
||||||
|
attributes:
|
||||||
|
label: 배경
|
||||||
|
description: 리팩터링을 결정하게 된 배경을 작성해주세요.
|
||||||
|
placeholder: 현재 코드의 문제점, 리팩토링을 통해 얻을 수 있는 이점 등을 상세히 작성해 주세요!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: changes
|
||||||
|
attributes:
|
||||||
|
label: 작업 내용
|
||||||
|
description: 필요한 작업 내용을 작성해주세요.
|
||||||
|
placeholder: 작업과 그 작업의 예상 결과를 작성해주세요!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: notes
|
||||||
|
attributes:
|
||||||
|
label: 기타 및 참고자료
|
||||||
|
description: 추가적으로 전달하고 싶은 내용이나 참고할 만한 자료가 있다면 작성해주세요.
|
||||||
|
placeholder: 출처 링크, 논의하고 싶은 사항 등을 자유롭게 작성해주세요!
|
||||||
28
.gitea/ISSUE_TEMPLATE/3Infra.yml
Normal file
28
.gitea/ISSUE_TEMPLATE/3Infra.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
name: "🏭 인프라 관련 작업"
|
||||||
|
about: 배포 등 인프라 관련 작업을 진행할 때
|
||||||
|
title: "[Infra]: "
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
오늘도 화이팅 😄
|
||||||
|
- type: textarea
|
||||||
|
id: background
|
||||||
|
attributes:
|
||||||
|
label: 배경
|
||||||
|
description: 작업의 배경과 상황을 작성해주세요.
|
||||||
|
placeholder: 구체적으로 작성할 수록 좋아요!
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: changes
|
||||||
|
attributes:
|
||||||
|
label: 작업 내용 (배포 관련)
|
||||||
|
description: 필요한 작업 내용을 작성해주세요.
|
||||||
|
placeholder: 작업과 그 작업의 예상 결과를 작성해주세요!
|
||||||
|
- type: textarea
|
||||||
|
id: notes
|
||||||
|
attributes:
|
||||||
|
label: 기타 및 참고자료
|
||||||
|
description: 추가적으로 전달하고 싶은 내용이나 참고할 만한 자료가 있다면 작성해주세요.
|
||||||
|
placeholder: 출처 링크, 논의하고 싶은 사항 등을 자유롭게 작성해주세요!
|
||||||
Loading…
x
Reference in New Issue
Block a user