现在通过MR request template来进行MR的提交;目前主要分为下面几个维度
- docs
- pull_request
New Merge Request
-> Compare branches and continue
-> Description
-> Choose a template
通过issue template进行issue提交,目前分为下面几个维度
- Bug
- feature
- question
New issue
-> Description
-> Choose a template
issue的话可以通过commit
中使用关键字Closes #4, #6, Related to #5
关闭和关联issue;具体的话,可以参考 closing issues automatically