-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathdot_gitmessage.txt
28 lines (24 loc) · 1.1 KB
/
dot_gitmessage.txt
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
; HEADER: <type>(<scope>): <subject>, 50 chars --|
; BODY: optional, 72 chars --------------------------------------------|
; FOOTER(S): optional, 72 chars ---------------------------------------|
; BREAKING CHANGE:
; CLOSED ISSUES:
; COMMIT GUIDELINES: Conventional Commits + AngularJS style -----------|
; Types:
; - chore: change the tools and libraries
; - ci: change the build process
; - docs: edit the documentation
; - feat: add a new feature
; - fix: patch a bug
; - perf: optimize performance with a code change
; - refactor: modify code but no fixes or new features
; - revert: revert to a previous commit
; - style: modify code without affecting its meaning
; - test: add missing or correct existing tests
; - wip: mark a feature branch as work in progress
; Scope: (optional) noun describing a section of the codebase.
; Subject: imperative mood, start with lowercase, no ending punctuation.
; Breaking changes: `!` after type/scope or `BREAKING CHANGE` in footer.
;
; See https://www.conventionalcommits.org/
; See https://github.com/angular/angular.js/blob/master/DEVELOPERS.md