- Create and describe your proposal/bug in an issue.
- Create a new branch and pull request with the pattern
1-my-feature
.
pre-req
- Update the image with
Dockerfile
- Development and test inside a container before do
git push
type(escope): short description
What does the modification do?
why was it modified?
type
- deprecated! compatibility break
- add adds a new feature
- fix fixes a bug
- remove remove a peace of code
- update does not add a feature or fix a bug
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