Skip to content

Commit 1edf3ab

Browse files
added branch naming convention to README (#30)
1 parent 8ee90d5 commit 1edf3ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ You should be able to compile at this point. If so stop here, else please let me
4040
```shell
4141
git submodule update --remote --rebase
4242
```
43+
44+
### Branch Naming Convention
45+
- (no prefix) - version release or main branch
46+
- (feature) - creating a new feature based on a feature request
47+
- (experimental) - created for testing out something
48+
- (bugfix) - created for fixing a non-critical issue with the code
49+
- (hotfix) - created for fixing a critical issue with code or an issue with a particular sampler

0 commit comments

Comments
 (0)