- Create your proposal/bug in an issue.
- Create a new branch and pull request with the pattern:
feat/my-new-feature
.docs/add-new-docs
.test/add-a-test
.fix/big-bug
.
- Open a PR for you issue (or link with a existent)
- Await to
merge
- Publish new change by
tag
type(escope): short description
You need describe better?
Write more here
type
- add adds a new feature
- fix fixes a bug
- update does not add a feature or fix a bug
- remove remove a peace of code
- security update/fix some security matter code
Major.Minor.Patch (e.g. 1.3.4)
- deprecated! -> Major
- add -> Minor
- update | fix -> Patch
- Development Inside a Container
- Trunk Base Development
- Trunk Base Development
- Good Practices
- Semantic Versioning
- More about Versioning
- Versioning Automate
- Conventional Commit
- Default Angular Commit
- Global hook for repositories
- More about Commits
- Quick Actions for Commits
- Commits examples
- Full Tutorial Add Convetional Commit as default
- Create a global git commit hook