Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
87334be4
Commit
87334be4
authored
4 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
style(git): change commit naming conventions
little closer to conventionalcommits.org
parent
b5e3a9c9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/dev/git-conventions.md
+3
-3
3 additions, 3 deletions
doc/dev/git-conventions.md
with
3 additions
and
3 deletions
doc/dev/git-conventions.md
+
3
−
3
View file @
87334be4
...
@@ -18,7 +18,7 @@ The summary gives an overview of the rules described below. Reading it will help
...
@@ -18,7 +18,7 @@ The summary gives an overview of the rules described below. Reading it will help
Every commit must follow this convention:
Every commit must follow this convention:
[
type
]
scope: action subject
type
(
scope
)
: action subject
The
**type**
must be a keyword of the "Commit types" list below.
The
**type**
must be a keyword of the "Commit types" list below.
...
@@ -37,10 +37,10 @@ Commits must be lowercase.
...
@@ -37,10 +37,10 @@ Commits must be lowercase.
-
`build`
: Changes in the scripts of build, packaging or publication of releases.
-
`build`
: Changes in the scripts of build, packaging or publication of releases.
-
`ci`
: Changes in the Continuous Integration pipeline.
-
`ci`
: Changes in the Continuous Integration pipeline.
-
`deps`
: Changes in dependencies without changes into the code. This can be for update or deletion of third-party libraries.
-
`deps`
: Changes in dependencies without changes into the code. This can be for update or deletion of third-party libraries.
-
`doc
s
`
: Changes in documentation (both for translation and new content).
-
`doc`
: Changes in documentation (both for translation and new content).
-
`feat`
: Development of a new feature.
-
`feat`
: Development of a new feature.
-
`fix`
: Bug fixing.
-
`fix`
: Bug fixing.
-
`
opti
`
: Optimisation: better performances, decrease in memory or disk usage.
-
`
perf
`
: Optimisation: better performances, decrease in memory or disk usage.
-
`ref`
: Refactoring. This commit doesn't change the functionnality.
-
`ref`
: Refactoring. This commit doesn't change the functionnality.
-
`style`
: Style modification (usually
`fmt`
and
`clippy`
).
-
`style`
: Style modification (usually
`fmt`
and
`clippy`
).
-
`tests`
: Changes in tests or new tests.
-
`tests`
: Changes in tests or new tests.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment