Skip to content

Commit 8e7ffe0

Browse files
committed
feat(cidi) Update CONTRIBUTING.md
* Add a 'bugfix' branch for minor issues and typos.
1 parent 7f653f1 commit 8e7ffe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Our project adheres to the GitFlow workflow to enhance development and release m
88
- **feature/***: For maining new features or enhancements, e.g., `feature/add-login`.
99
- **release/***: Manages pre-release activities and final testing, adhering to [Semantic Versioning (semver)](https://semver.org/ "Semantic Versioning 2.0.0").
1010
- **hotfix/***: Addresses critical issues in production, e.g., `hotfix/login-issue`.
11-
11+
- **bugfix/***: Addresses minor issues in production like typo, non-critical errors etc.
1212
### Workflow Overview
1313

1414
#### Setting Up for Development

0 commit comments

Comments
 (0)