forked from mirror/codeberg-forgejo
CB/contrib: Change default label set
- add upstream label for stuff already reported upstream - add contribution welcome for things that are open for contribution - change help needed color to something more alerting to indicate someone needs help at getting something donetertiary-dark-fix
parent
0d8d122d17
commit
c86403b082
|
@ -18,7 +18,6 @@
|
|||
#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
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
#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
|
||||
#eb6420 help wanted ; Need some help
|
||||
#128a0c contribution welcome ; Contributions are very welcome, get started here
|
||||
#e6e6e6 invalid ; Something is wrong
|
||||
#cc317c question ; More information is needed
|
||||
#ffffff wontfix ; This won't be fixed
|
||||
#0052cc upstream ; Related to an upstream repository, already reported there
|
||||
#53e917 good first issue ; Interested in contributing? Get started here.
|
||||
|
|
Loading…
Reference in New Issue