meaning of labels

Unknwon 2016-02-10 00:04:02 -05:00
parent fc422346f9
commit 6af978405e
2 changed files with 31 additions and 2 deletions

@ -1,6 +1,6 @@
This document describes requirements and best practices for contributing code (Pull Request) to Gogs project.
If you have/found any concern/problem with this document, **DO NOT** create an issue on this repository, instead, please go to [Gitter](https://gitter.im/gogits/gogs) and discuss.
If you have/find any concern/problem with this document, **DO NOT** create an issue on this repository, instead, please go to [Gitter](https://gitter.im/gogits/gogs) and discuss.
### Those We Do Accept
@ -28,4 +28,4 @@ If you have/found any concern/problem with this document, **DO NOT** create an i
### Final Checks
1. Currently, **ALL** pull requests must be sent to `develop` branch.
2. Code review is **VERY** strict, please be prepared for benefiting future of this project.
2. Code review is **VERY** strict, please be prepared for benefiting future of this project.

29
Meaning-of-Labels.md Normal file

@ -0,0 +1,29 @@
This document describes how labels work in the [GitHub Issue Tracker](https://github.com/gogits/gogs/issues) of Gogs project.
If you have/find any concern/problem with this document, **DO NOT** create an issue on this repository, instead, please go to [Gitter](https://gitter.im/gogits/gogs) and discuss.
If you think the issue you filed is wrongly labeled, feel free to examine by commenting on the corresponding thread.
Note that except otherwise stated with `final status`, all labels only represent the current status of issues, and can be changed over the time.
|Name|Notes|
|:---|:----|
|`assign to community`|This issue/featuer request has been assigned to a community member to implement|
|`await`|Waiting for someone else knows better to response, or blocked by something else to be done first|
|`bug`|It is a bug|
|`deployment`|It is a(n) problem/improvement during the deployment|
|`documentation`|Involve documentation changes|
|`duplicate`|It is duplicated to an issue that has been filed before|
|`enhancement`|It is an enhancement of existing feature(s)|
|`feature request`|It is a feature request|
|`feedback needed`|Not enough or clear information to describe/undertand|
|`help wanted`|The feature/issue is open for community to claim for implementation|
|`invalid`|Invalid report of issues or use cases of feature request|
|`maybe feature`|Not going to happen in the near future|
|`proposal`|Proposal of features/issues that involves design changes|
|`reproduce needed`|Need detailed steps to reproduce the problem that is described|
|`security`|Involve security concerns or changes|
|`third party`|problem is caused by third party libraries or services|
|`ui`|Involve UI problem or improvement|
|`wont merge`|**final status** Pull request is sending to the wrong branch. Or its code quality is way below acceptance (unusual)|
|`wontfix`|No plan to fix or support at all|