-
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.
- PR - ISSUES - git messages Refs: #8
- Loading branch information
Showing
5 changed files
with
83 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,28 @@ | ||
--- | ||
name: Bug report | ||
about: 버그 관련 리포팅을 합니다. | ||
title: "[BUG] " | ||
labels: bug | ||
assignees: "" | ||
--- | ||
|
||
## 🐛 Bug | ||
<!-- 어떠한 버그인지 명확하고 간단하게 설명 부탁드립니다.--> | ||
|
||
## To Reproduce | ||
<!-- 만약에 코드 샘플, 에러 메세지, 스택 트레이스 등이 있다면 이를 첨부해주세요--> | ||
|
||
버그를 재현하기 위한 재현절차를 작성해주세요. | ||
|
||
1. - | ||
2. - | ||
3. - | ||
|
||
## Expected behavior | ||
<!-- 버그가 발견되기 이전에 코드를 실행했을 경우에 어떤 결과를 예상했는지 작성해주세요.--> | ||
|
||
## Environment | ||
<!-- 실행한 환경을 서술해주세요.--> | ||
|
||
## Additional context | ||
<!-- 추가적인 정보가 있다면 서술해주세요.--> |
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: Feature | ||
about: 개발할 기능에 대해 서술합니다. | ||
title: "[FEATURE] " | ||
labels: enhancement | ||
assignees: "" | ||
--- | ||
|
||
## 🚀 Feature | ||
<!-- 제안하는 기능에 대해서 간결하고 명확하게 설명해주세요.--> | ||
|
||
## Motivation | ||
<!-- 제안하는 기능의 필요성과 동시에 대해서 서술해주세요. 제안하는 기능이 GitHub 관련 이슈와 같이 다른 문제여도 좋습니다. --> | ||
|
||
## Pitch | ||
<!-- 어떻게 구현할지 간략하게 설명해주세요. --> | ||
|
||
## Additional context | ||
<!-- 추가적인 정보가 있다면 서술해주세요.--> |
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,12 @@ | ||
# Pull Request | ||
레파지토리에 기여해주셔서 감사드립니다. | ||
|
||
해당 PR을 제출하기 전에 아래 사항이 완료되었는지 확인 부탁드립니다: | ||
- [ ] 작성한 코드가 어떤 에러나 경고없이 빌드가 되었나요? | ||
- [ ] 충분한 테스트를 수행하셨나요? | ||
|
||
## 1. 해당 PR은 어떤 내용인가요? | ||
<!-- 해당 PR이 어떠한 내용인지 상세하게 명시 부탁드리겠습니다. 상세한 명시는 1). 문제정의, 2). 해결방법, 3). 해당 PR로 인해 발생할 수 있는 예상문제와 같은 형태로 작성하시면 됩니다.--> | ||
|
||
## 2. PR과 관련된 이슈가 있나요? | ||
<!-- PR이 참고하고 있는 이슈가 있다면 관련 자료를 태깅해주세요. 만약에 이슈가 같은 레파지토리의 이슈라면 이슈번호를 태그해주시고, 외부자료라면 URL로 표기해주세요.--> |
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,24 @@ | ||
# 제목은 최대 50 글자까지 아래에 작성: ex) feat: Add OAuth2 | ||
|
||
# 본문은 아래에 작성 | ||
|
||
# 꼬릿말은 아래에 작성: ex) Refs: #이슈 번호 | ||
|
||
|
||
# --- COMMIT END --- | ||
# 타입 | ||
# feat : 기능 (새로운 기능) | ||
# fix : 버그 (버그 수정) | ||
# refactor: 리팩토링 | ||
# style : 스타일 (코드 형식, 세미콜론 추가: 비즈니스 로직에 변경 없음) | ||
# docs : 문서 (문서 추가, 수정, 삭제) | ||
# test : 테스트 (테스트 코드 추가, 수정, 삭제: 비즈니스 로직에 변경 없음) | ||
# chore : 기타 변경사항 (빌드 스크립트 수정 등) | ||
# ------------------ | ||
# 제목 첫 글자를 대문자로 | ||
# 제목은 명령문으로 | ||
# 제목 끝에 마침표(.) 금지 | ||
# 제목과 본문을 한 줄 띄워 분리하기 | ||
# 본문은 "어떻게" 보다 "무엇을", "왜"를 설명한다. | ||
# 본문에 여러줄의 메시지를 작성할 땐 "-"로 구분 | ||
# ------------------ |
Empty file.