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.

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:





目录
相关文章
|
4月前
|
数据库 开发工具 开发者
【Python】已解决:You have 18 unapplied migration(s). Your project may not work properly until you apply t
【Python】已解决:You have 18 unapplied migration(s). Your project may not work properly until you apply t
159 0
CEH v8~v11 Module Slides 和 Lab Manual 下载
CEH v8~v11 Module Slides 和 Lab Manual 下载
75 0
|
前端开发 开发工具 git
react项目实战学习笔记-学习11-warning: adding embedded git repository:xxxxxxxxxxhint: You‘ve added another git
react项目实战学习笔记-学习11-warning: adding embedded git repository:xxxxxxxxxxhint: You‘ve added another git
125 0
|
存储 C++
Tutorial 7 TLM2.0-lab1
[https://www.doulos.com/httpswwwdouloscomknowhow/systemc/tlm-20/tutorial-1-sockets-generic-payload-blocking-transport/]1、介绍:需要有SystemC的现有知识。2、模型概念SystemC的TLM重点是通过函数调用方式来实现SC进程间通信。OSCI TLM-2.0实际聚焦在片上存储
908 0
|
流计算
Tutorial 8 TLM2.0-lab2
1、Response Status of the Generic Payload默认的响应状态属性是:TLM_INCOMPLETE_RESPONSE;意味transaction没有抵达target。如果执行成功,target会设置属性为:TLM_OK_RESPONSE。TLM_ADDRESS_ERROR_RESPONSE:地址越界错误TLM_BYTE_ENABLE_ERROR_RESPONSE:b
300 0
|
Web App开发 SQL 移动开发
step by step guide tell you how to build a website like apkmirror
There are many [free apk download](https://idoras.com) websites such as apkmirror, today i will tell you how to build a website like apkmirror, the programming language i used is [node.js](https://nodejs.org/en/), the database i used is [mongodb](https://www.mongodb.com/), search engine used is [ela
|
机器人 Python 数据格式
Robot Framework's built-in tool:libdoc
Libdoc是Robot框架的内置工具之一,用于生成HTML和XML格式的测试库和资源文件的关键字文档,使用起来我感觉非常的灵活方便。 General Usage 语法使用 python -m robot.
1377 0