Skip to content
Snippets Groups Projects
Verified Commit 8dd6f2dc authored by ck85nori's avatar ck85nori :railway_track:
Browse files

adds branch naming section

parent 17445a20
Branches
No related tags found
No related merge requests found
......@@ -697,6 +697,26 @@
- make changes in playground
</section>
<section id="branch-names" data-markdown>
## branch naming
### conventions
- dashes in names
- slashes for categories
```markdown
topic/ui/input-form
wip/test-different-fonts
hotfix/42
release/1.6.0
```
notes:
- `git branch --list 'topic/*'`
- decide with your team
- write CONTRIBUTING.md
</section>
<section id="merging" data-markdown>
## resolving branches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment