浏览代码

Add git workflow

Evgeniy Parfenyuk 1 月之前
父节点
当前提交
f19111b7c5
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      CONTRIBUTING.md

+ 11 - 1
CONTRIBUTING.md

@@ -25,7 +25,17 @@ All project files should follow [CONVENTIONS.md](CONVENTIONS.md) please,
 read them carefully.
 
 ### Git workflow
-[...]
+There are two important branches: `master` and `develop`.
+
+`Master` is read-only for everyone except owner and `develop` is avaiable
+only for pull requests.
+
+When you want to make a new feature, you make a new branch from `develop`
+with name like `feat/my-branch-name`. After you've done, you make a pull 
+request (or ask me to do it) back to `develop`.
+
+Same with fixes (`fix/my-branch-name`).
+
 
 ### Development 
 Development is going primary on [git.parthen.site](https://git.parthen.site).