Skip to content
Snippets Groups Projects
Commit 26bad171 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

conventional commit

parent e5786455
No related branches found
No related tags found
1 merge request!45feat: rework gitflow
This commit is part of merge request !45. Comments created here will be created in the context of that merge request.
......@@ -20,7 +20,7 @@ Protected branches prevents anyone from pushing. The only way to push on a branc
You can create the branch by typing: `git checkout -b fix/-<title_of_the_fix>`
With **Factory** process, we have issues on gitlab and can create merge requests and branches from issues. The default branch name is the title of the issue. Try to **shorten** the branch name and translate it to **english**.
With **Factory** process, we have issues listed on gitlab and we can create merge requests and branches from issues. The default branch name is the title of the issue. Try to **shorten** the branch name and translate it to **english**.
!!! example "Example of branch naming"
Issue 299 named "_[Eau/ Elec/ Prix/Backoffice] Non prise en compte d'un nouveau prix/nouvelle date dans changement prix d'un fluide dans la modale estimation des prix_"
......@@ -61,6 +61,13 @@ The commit contains the following structural elements, to communicate intent to
* types other than fix: and feat: are allowed, for example @commitlint/config-conventional (based on the the Angular convention) recommends `build:`, `chore:`, `ci:`, `docs:`, `style:`, `refactor:`, `perf:`, `test:`, and others.
* footers other than BREAKING CHANGE: <description> may be provided and follow a convention similar to git trailer format.
!!! success "Respecting conventional commits"
By respecting conventional, you ensure that :
- the [changelog](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/blob/dev/CHANGELOG.md) stays up to date
- the feature/fix you worked on is listed in the changelog
📝 While adhering to the conventional commit guidelines, you have the option to exclude specific commits from appearing in the changelog. To do so, use `chore(scope): message`.
## Gitflow Scheme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment