Colours for Gitea Issues
Author: Jake Bauer | Published: 2020-07-11
I don’t use Gitea anymore, but when I did I created a colourscheme for classifying issues. This page used to exist on my Wiki, but since both that and Gitea are no longer being used, I figured others using Gitea may get use out of this scheme.
Colour | Colour Code | Label | Description |
---|---|---|---|
#bfd4f2 | Linux | "This applies to Linux" | |
#bfd4f2 | Windows | "This applies to Windows" | |
#bfd4f2 | MacOS | "This applies to MacOS" | |
#bfd4f2 | FreeBSD | "This applies to FreeBSD" | |
#bfd4f2 | OpenBSD | "This applies to OpenBSD" | |
#bfd4f2 | Other OS | "This applies to another OS" | |
#bfd4f2 | Front-end | "This is a front-end feature" | |
#bfd4f2 | Back-end | "This is a back-end feature" | |
#ee0701 | Bug | "Something is not working" | |
#ee0701 | Security | "A security-related bug" | |
#fef2c0 | Mindless | "A mindless task (e.g. organization, admin work)" | |
#207de5 | Enhancement | "An enhancement to an existing feature" | |
#128a0c | Feature | "A new feature" | |
#84b6eb | Help Wanted | "The person assigned has requested help" | |
#d4c5f9 | Feedback | "Feedback is requested on this issue" | |
#fbca04 | Pending | "Progress is pending external factors or issues" | |
#cc317c | Question | "A question is being asked" | |
#cccccc | Duplicate | "This is a duplicate" | |
#cccccc | Invalid | "This is invalid in some way" | |
#cccccc | Wontfix | "This won't be fixed" |
Here is the above table in the Gitea labels template format (the content below
goes into a file in custom/options/label/
:
#bfd4f2 Linux ; This applies to Linux
#bfd4f2 Windows ; This applies to Windows
#bfd4f2 MacOS ; This applies to MacOS
#bfd4f2 FreeBSD ; This applies to FreeBSD
#bfd4f2 OpenBSD ; This applies to OpenBSD
#bfd4f2 OtherOS ; This applies to another OS
#bfd4f2 Front-end ; This is a front-end feature
#bfd4f2 Back-end ; This is a back-end feature
#ee0701 Bug ; Something is not working
#ee0701 Security ; A security-related bug
#fef2c0 Mindless ; A mindless task (e.g. organization, admin work)
#207de5 Enhancement ; An enhancement to an existing feature
#128a0c Feature ; A new feature
#84b6eb Help Wanted ; The person assigned has requested help
#d4c5f9 Feedback ; Feedback is requested on this issue
#fbca04 Pending ; Progress pending external factors or issues
#cc317c Question ; A question is being asked
#cccccc Duplicate ; This is a duplicate
#cccccc Invalid ; This is invalid in some way
#cccccc Wontfix ; This won't be fixed
This is my sixty-sixth post for the #100DaysToOffload challenge. You can learn more about this challenge over at https://100daystooffload.com.