How to make your issues in GitHub more professional? [Labels feature]

缺乏、安全感 2022-06-07 11:15 264阅读 0赞

How to make your issues in GitHub more professional? [Labels feature]

" class="reference-link">First, go to you issue path like https://github.com/gittestapi/training/issues and clicking “Labels” to add 3 labels “P0”,”P1”,”P2” like following:Center

Center 1

Second, clicking “New Issue” and fill your issue title, content and select “P0” in right Labels as following:

Center 2

Center 3

Note:
most issue content should be contains “Environment,BuildNumber/ProductNumber,Reproduce Steps,Actual Result and Expect Result” if it is a bug.
If the issue is a task, it needn’t these information in Content, just describe what the task it is as following:
Issue Title: [Task] Need to add a “Login” button in the right of Home Page
Issue Description:
Human Resource cost: 1 person
ETA: End of this week(10/20/2017)
1.we need to add a “Login” button in the right of Home page
2.When user click “Login” button, it will go to Login page
3.You need to implement a Login page for user to login our system, too.

Finally, you can see all your issues are very convenient and easy to filter and find in https://github.com/gittestapi/training/issues as following:

Center 4







发表评论

表情:
评论列表 (有 0 条评论,264人围观)

还没有评论,来说两句吧...

相关阅读

    相关 Github--Issues

    Github Issues 作用: 发现代码BUG,但是目前没有成型代码,需要讨论时用;或者使用开源项目出现问题时使用 情景: 张三发现李四开源git库,提交了一个is