diff options
author | Lauris BH <lauris@nix.lv> | 2018-03-13 04:03:55 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-03-13 10:03:55 +0800 |
commit | c0d41b1b77169553006bd9211d025de4da8bafd8 (patch) | |
tree | 95c704bdd07576766e2c29533578da2f3002ab64 /options/label | |
parent | ad33730dcaffed632200316a5ce5675b30ed1e99 (diff) | |
download | gitea-c0d41b1b77169553006bd9211d025de4da8bafd8.tar.gz gitea-c0d41b1b77169553006bd9211d025de4da8bafd8.zip |
Add label descriptions (#3662)
* Add label descriptions
* Add default descriptions to label template
Diffstat (limited to 'options/label')
-rw-r--r-- | options/label/Default | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/options/label/Default b/options/label/Default index 22393d0630..09a31efa44 100644 --- a/options/label/Default +++ b/options/label/Default @@ -1,7 +1,7 @@ -#ee0701 bug -#cccccc duplicate -#84b6eb enhancement -#128a0c help wanted -#e6e6e6 invalid -#cc317c question -#ffffff wontfix +#ee0701 bug ; Something is not working +#cccccc duplicate ; This issue or pull request already exists +#84b6eb enhancement ; New feature +#128a0c help wanted ; Need some help +#e6e6e6 invalid ; Something is wrong +#cc317c question ; More information is needed +#ffffff wontfix ; This won't be fixed |