Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
onezero-dju
/
HashTAG
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
HashTAG
/
commit-msg-template.txt
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 1.71 KB
main
Breadcrumbs
HashTAG
/
commit-msg-template.txt
Copy path
Top
File metadata and controls
Code
Blame
38 lines (38 loc) · 1.71 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
** ** :
# ------------- [작성 예시] -------------
#
# **Feat** : "Add login API" // 타입: 제목
#
# 로그인 API 개발 // 본문
#
# Resolves: #123 // 꼬리말 => 이슈 123을 해결했으며,
# Ref: #456 이슈 456 를 참고해야하며,
# Related to: #48, #45 현재 커밋에서 아직 이슈 48 과 45 가 해결되지 않았다.
# ------------- [작성 규칙] -------------
# [제목 규칙]
# * 50자 넘기지 않고, 대문자로 작성하며 마침표를 붙이지 않음
# * 제목은 과겨형을 사용하지 않고, 명령조로 시작 Fixed(x) Fix(o)
#
# [태그 종류]
# * FEAT : 새로운 기능 추가
# * MODIFY : 기존 기능 수정
# * FIX : 버그 수정
# * STYLE : 코드 수정 없이 코드 포맷 변경(세미콜론 수정 포함)
# * DOCS : 문서 수정
# * CHORE : 빌드 부분 혹은 패키지 매니저 수정사항
# * DESIGN : UI 디자인을 변경
# * RENAME : 파일명(or 폴더명) 을 수정
# * REMOVE : 코드(파일) 의 삭제
#
# [본문 규칙]
# * 선택사항으로, 부연설명이 필요하거나 커밋의 이유를 설명할 경우 작성
# * 무엇을 변경했는지, 왜 변경했는지 위주로 서술(어떻게 변경했는지는 지양)
# * 제목과 구분되기 위해 공백 한 줄을 띄워서 작성
#
# [꼬리말 규칙]
# * 선택사항으로, issue tracker id를 작성할 때 사용
# * "유형: #이슈번호" 형식으로 사용
# * Fixes : 이슈 수정중 (아직 해결되지 않은 경우)
# * Resolves : 이슈를 해결했을 때 사용
# * Ref : 참고할 이슈가 있을 때 사용
# * Related to : 해당 커밋에 관련된 이슈번호 (아직 해결되지 않은 경우)
You can’t perform that action at this time.