How to make your issues in GitHub more professional? [Labels feature]
Posted yangzhenping
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to make your issues in GitHub more professional? [Labels feature]相关的知识,希望对你有一定的参考价值。
How to make your issues in GitHub more professional? [Labels feature]
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:
Second, clicking "New Issue" and fill your issue title, content and select "P0" in right Labels as following:
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:
以上是关于How to make your issues in GitHub more professional? [Labels feature]的主要内容,如果未能解决你的问题,请参考以下文章
html 文章代码如何使您的博客脱机工作:https://blog.redradix.com/how-to-make-your-blog-work-offline
How To Build Your First Meteor App And Discover Your Inner Artist
How I Used a JSON Deserialization Oday to Steal Your Money on the Blockchain
How I Used a JSON Deserialization Oday to Steal Your Money on the Blockchain
Inno Script - How to make “I Accept the Agreement” radio button on EULA page selected by Default(代码片