Skip to content

Commit

Permalink
[Docs] Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mike2ox authored Jan 19, 2023
1 parent 30fe3da commit 1787007
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/-task---------------.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug report
about: 개선할 필요가 있는 기능이나 오작동 리포트
title: ''
labels: bug
assignees: ''

---

<!-- 담당자는 이슈 발급자 + PO를 꼭 넣어주세요 -->
## Desc
<!-- ex. 할일 목록이 등록 안됨 -->

## Reproduce
<!-- 다른사람들이 재현을 할 수 있게 작업한 브랜치, 커밋, 환경 세팅을 제공해 줄 것 -->
1.
2.
3.

## Wanted
<!-- 원하는 결과에 대해 설명 -->

## Bug img / video
<!-- 스샷이나 gif를 올리는 걸 권장합니다 -->

## Etc
<!-- 기타 해당 버그관련 정보를 작성 -->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/document-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Document request
about: 프로젝트 문서용 이슈 템플릿
title: "[Document] "
labels: documentation
assignees: ''

---

<!-- 담당자는 이슈 발급자 + PO를 꼭 넣어주세요 -->
## Desc
<!-- 해당 문서에 대한 간단 요약글 -->

## Detail
<!-- 문서에서도 중요시 다뤄야할 부분 상세 설명 -->

## Todo
- [ ] 할일

## Etc
<!-- 마감 일정, 관계자 등 문서 작업에 필요한 기타 요소 작성 -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: 기능 추가용 보고서 입니다
title: "[Feat] 작업내용 "
labels: enhancement
assignees: ''

---

<!-- 담당자는 이슈 발급자 + PO를 꼭 넣어주세요 -->
## Desc
<!-- 해당 기능에 대한 요약글 -->

## Detail
<!-- 해당 기능에 대한 상세 요소-->

## Todo
- [ ]
- [ ]
- [ ]

## Etc
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/others-.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: 'Others '
about: 기타 이슈 템플릿
title: "[Others]"
labels: ''
assignees: mike2ox

---

<!-- 기본적으로 제공하는 문서 이외의 타입일 때 해당 포멧을 기준으로 문서 작성을 권장합니다 -->
<!-- 담당자는 이슈 발급자 + PO를 꼭 넣어주세요 -->
## Desc
<!-- 해당 이슈에 대한 요약 설명 -->
- ex. 게더타운 리모델링

## Detail
<!-- 해당 이슈에 대한 자세한 설명 -->

## Todo
- [ ]
- [ ]
- [ ]

## Etc
<!-- 위 항목들 외 이슈관련 정보 작성 -->

0 comments on commit 1787007

Please sign in to comment.