@@ -0,0 +1,13 @@
+# 酒店管理系统
+
+## Git规范
+分支的命名限定在以下范围(master | dev | develop | release | feature | hotfix | fix )
+每次commit时,添加的描述信息需要有一个特定的前缀,限定在以下范围(feat | doc | test| docs| chore| refactor| fix| style | perf)
+以上限定是为了帮助同学们尽早熟悉GitFlow开发模式,关于GitFlow的更多信息,可以参考以下链接或自行谷歌百度
+[https://github.com/xirong/my-git/blob/master/git-workflow-tutorial.md#23-gitflow%E5%B7%A5%E4%BD%9C%E6%B5%81](https://github.com/xirong/my-git/blob/master/git-workflow-tutorial.md#23-gitflow工作流)