-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Commit template는 로컬에서 세팅 필요 - `git config --local commit.template .github/.gitmessage.txt` ## Issue 템플릿은 Settings에서 직접 설정할 것 Resolves: # - See also: # -
- Loading branch information
Showing
2 changed files
with
28 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,14 @@ | ||
feat: 요약된 메시지 | ||
|
||
feat: 새기능 | ||
fix: 버그픽스 | ||
docs: 문서변경 | ||
style: 코드가 아닌 변경내용(indent, import 수정 등등) | ||
refactor: 리펙토링 코드 | ||
test: 테스트 코드 | ||
chore: 빌드에 관한 변경(코드는 변경없음) | ||
|
||
상세설명 | ||
|
||
Resolves: #해결된 이슈넘버 | ||
See also: #관계된 이슈 |
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,14 @@ | ||
feat: 요약된 메시지 | ||
|
||
feat: 새기능 | ||
fix: 버그픽스 | ||
docs: 문서변경 | ||
style: 코드가 아닌 변경내용(indent, import 수정 등등) | ||
refactor: 리펙토링 코드 | ||
test: 테스트 코드 | ||
chore: 빌드에 관한 변경(코드는 변경없음) | ||
|
||
상세설명 | ||
|
||
Resolves: #해결된 이슈넘버 | ||
See also: #관계된 이슈 |