Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We follow a specific branching model to organize our development process. Please

### **Feature branches**

Feature branches should have one of the following prefixes: fix (bug fix), ft (feature), ht (hotfix), chore, or doc (documentation), followed by a forward slash and a descriptive name.
Feature branches should have one of the following prefixes: fix (bug fix), ft (feature), ht (hotfix), chore, doc (documentation), or test(testing) followed by a forward slash and a descriptive name.

**Examples:**

Expand All @@ -29,6 +29,7 @@ Feature branches should have one of the following prefixes: fix (bug fix), ft (f
- ht/emergency-fix
- chore/update-dependencies
- doc/update-readme
- test/add-unit-tests

### Commit

Expand Down