You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Our project adheres to the GitFlow workflow to enhance development and release m
8
8
-**feature/***: For maining new features or enhancements, e.g., `feature/add-login`.
9
9
-**release/***: Manages pre-release activities and final testing, adhering to [Semantic Versioning (semver)](https://semver.org/"Semantic Versioning 2.0.0").
10
10
-**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.
0 commit comments