Skip to content

Commit

Permalink
chore(github): github template(bug, feature, issue) 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cmg8431 committed Jan 10, 2023
1 parent b15b2f7 commit 74aa354
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Bug Report
about: '🐞 - 버그가 생겼나요? 버그를 등록하고, 관리해보세요!'
title: '[BUG] '
assignees: ''
---

## 🤷 버그 내용
**어떤 버그인지 자세히 설명해주세요.**

## 🙇 재현 방법
**아래와 같이 작성해주세요.**

1.
2.
3.
4.

## ✨ 예상한 결과
**예상했던 결과는 어떤 것이었는지 알려주세요.**

## 📸 스크린 샷
**가능한 경우 문제를 파악하는 데 도움이 될만한 스크린 샷을 추가해주세요.**

## 💻 디바이스 환경
**디바이스 환경이 어떻게 되는지 아래 형식에 맞춰 작성해주세요.**
- 기기 : [예 : Galaxy S20]
- OS : [예 : Android 8.1]
- 버전 : [예 : 1.0.1]
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature Request
about: '✨ - 개발할 기능이 생겼나요? 작업할 기능을 구체화 시켜보세요!'
title: '[FEATURE] '
assignees: ''
---

## 💣 기능 설명
**어떤 기능을 개발하실 건가요? 간단하게 작성해주세요!**

## 🔨 테스크
**기능이 개발되기까지 필요한 테스크를 작성해주세요.**
- [ ]

## 🎸 기타
**해당 이슈에서 참고할 사항이나 그 외 필요한 내용을 작성해주세요.**
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 🔍 What is this PR?
**이 PR은 어떤 것이 변화했나요? 설명해주세요**
- 이슈 넘버:

## 📸 스크린 샷
**어떤 점이 달라졌는지 알 수 있게끔 스크린 샷을 첨부해주세요.**

## ✅ 체크 리스트
- [ ] **테스트 계획 또는 완료된 사항의 체크리스트를 작성해주세요.**

0 comments on commit 74aa354

Please sign in to comment.