diff options
author | opyale <64696032+opyale@users.noreply.github.com> | 2020-05-07 08:47:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 07:47:34 +0100 |
commit | b16534b0e471ec3c9a8b55d1cbbae0ce8df160a1 (patch) | |
tree | 672fe13ae45c2d9bbf99e96e49d4bf918ef37aa5 /contrib | |
parent | 505e456f26e11d4ee2f7a807a037b11b59defb1f (diff) | |
download | gitea-b16534b0e471ec3c9a8b55d1cbbae0ce8df160a1.tar.gz gitea-b16534b0e471ec3c9a8b55d1cbbae0ce8df160a1.zip |
Adding advanced label set. (#11298)
Add an advanced label set to contrib
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/options/label/Advanced | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/options/label/Advanced b/contrib/options/label/Advanced new file mode 100644 index 0000000000..e4132365cb --- /dev/null +++ b/contrib/options/label/Advanced @@ -0,0 +1,26 @@ +#424242 Status: Needs feedback ; Feedback is needed +#fbc02d Status: In progress ; Work is in progress +#43a047 Status: Completed ; Work is complete +#00796b Status: Help wanted ; +#880e4f Status: Blocked ; +#b0bec5 Status: Stale ; + +#d32f2f Kind: Bug ; +#607d8b Kind: Question ; +#9c27b0 Kind: Security ; +#795548 Kind: Testing ; +#c62828 Kind: Breaking ; +#37474f Kind: Documentation ; +#0288d1 Kind: Feature ; +#2e7d32 Kind: Enhancement ; +#f4511e Kind: Maintenance ; + +#546e7a Reviewed: Invalid ; Something was marked as invalid +#616161 Reviewed: Duplicate; Something exists already +#795548 Reviewed: Confirmed ; Something has been confirmed +#eeeeee Reviewed: Wontfix ; Something won't be fixed + +#d32f2f Priority: High ; The priority is high +#e64a19 Priority: Medium ; The priority is medium +#4caf50 Priority: Low ; The priority is low +#b71c1c Priority: Critical ; The priority is critical |