diff --git a/Meaning-of-Labels.md b/Meaning-of-Labels.md deleted file mode 100644 index c84fc1d..0000000 --- a/Meaning-of-Labels.md +++ /dev/null @@ -1,29 +0,0 @@ -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`|**final status** 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|