From 6af978405ecdfe115f34aacd4d6cc4104b1b9919 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 10 Feb 2016 00:04:02 -0500 Subject: [PATCH] meaning of labels --- Contributing-Code.md | 4 ++-- Meaning-of-Labels.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 Meaning-of-Labels.md diff --git a/Contributing-Code.md b/Contributing-Code.md index 3783bd8..19e1124 100644 --- a/Contributing-Code.md +++ b/Contributing-Code.md @@ -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. \ No newline at end of file +2. Code review is **VERY** strict, please be prepared for benefiting future of this project. diff --git a/Meaning-of-Labels.md b/Meaning-of-Labels.md new file mode 100644 index 0000000..12edaa3 --- /dev/null +++ b/Meaning-of-Labels.md @@ -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|