创建issue ,填写问题描述,打上标签,(bug 、feature)
在提交代码 的时候,可以关联 issue
git commit -m "修改代码 #1"
一个commit 可以关联多个 issue
git commit -m "修改 #3 #4 #5 #6 #7"
创建issue ,填写问题描述,打上标签,(bug 、feature)
在提交代码 的时候,可以关联 issue
git commit -m "修改代码 #1"
一个commit 可以关联多个 issue
git commit -m "修改 #3 #4 #5 #6 #7"
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。