-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitmessage.txt
More file actions
47 lines (41 loc) · 1.55 KB
/
.gitmessage.txt
File metadata and controls
47 lines (41 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Type your title under this line
# Type your body under this line
# Title : [type] (#tag) : Description(issue_name/file_description)
# ex) Solve #7 : Hello, World
# ex) Docs : 브루트 포스 발표자료
# ! Remember blank line between title and body.
# Body
# $ Main Idea
# $ Description
########################
# <type> list
# Solve : 해결한 문제 커밋
# Docs : 소스코드가 아닌 다른 파일을 올릴 때
# Fix : 소스코드나 파일을 수정할 때
# ------------------
# tag 작성 요령
# 해당 문제에 대한 issue 번호를 기입하여 레퍼런스를 남깁니다.
# Issue 탭에서 타이틀 옆에 #과 함께 붙어 있는 번호를 적습니다.
# ! Docs Commit에서는 생략합니다
# ------------------
# Description 작성 요령
# 1) type==Solve
# - Description에는 간단히 문제에 해당하는 Issue의 타이틀을 적습니다
# 2) type==Docs
# - Description에는 업로드하는 파일에 대한 간단한 설명을 적습니다
# ------------------
# Body
# - Body는 두부분으로 나누어 적습니다
# 1. Main Idea : 문제 해결에 사용된 아이디어를 간단히 적습니다
# 2. Description : 해당 아이디어를 어떻게 구현했는지 적습니다
# ------------------
# [Commit Example]
# --- Commit Message Start ---
# Solve #16 : Hello, World
#
# $ Main Idea
# println을 이용해서 문자열 출력하기
# $ Description
# System 객체의 println을 사용해서 Hello world를 출력했습니다
# --- Commit Message End ---
#########################