Skip to content

Commit

Permalink
docs: Commit, Pull Request Template
Browse files Browse the repository at this point in the history
## Commit template는 로컬에서 세팅 필요
- `git config --local commit.template .github/.gitmessage.txt`

## Issue 템플릿은 Settings에서 직접 설정할 것

Resolves: # -
See also: # -
  • Loading branch information
always0ne committed Jul 8, 2020
1 parent c5264a0 commit 615086d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/.gitmessage.txt
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: #관계된 이슈
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
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: #관계된 이슈

0 comments on commit 615086d

Please sign in to comment.