-
Notifications
You must be signed in to change notification settings - Fork 46
GitHub
Stefan Kasberger edited this page Jul 2, 2020
·
5 revisions
Color Palettes:
Sets the priority of the issue. This does not automatically mean, the highest must be done for the next release, but gives a good advice on how to plan the next releases.
Saturated, strong colors.
- prio:asap
- Color: #CD0000
- prio:high
- Color: #FF8C00
- prio:medium
- Color: #FFD700
- prio:low
- Color: #43CD80
Sets the status of the issue in the GitHub workflow. Review labels are in violet tones.
- status:confirmed: confirmed as valid issue and will be moved forward.
- Color: #98FB98
- status:rejected
- Color: #555555
- status:deferred: will be done later.
- Color: #dcdcdc
- status:work in progress: is worked on right now.
- Color: #FFD700
- status:fix committed: fix is already commited, but still some tasks are open.
- Color: #43CD80
- status:incomplete: after started to work on, but stopped.
- Color: #FF8C00
- status:for review: open for review
- Color: #d8bfd8
- status:in review: is under review
- Color: #ba55d3
- status:reviewed: was reviewed by at least one person
- Color: #800080
- status:wontfix: will not be fixed cause of any reason.
- Color: #555555
- status:blocked
- Color: #FF8C00
Sets additional information. Light blue tones.
- info:good first issue
- Color: #AFEEEE
- info:help wanted
- Color: #b0c4de
One for each pyDataverse module. Soft pastel tones, which contrast from the rest of the colors.
- module:api
- Color: #fa8072
- module:models
- Color: #d2b48c
- module:utils
- Color: #ffe4c4
- module:tests
- Color: #f0e68c
- module:docs
- Color: #556b2f
Sets the issue type.
- type:bug
- Color: #CD0000
- type:feature
- Color: #4169e1
- type:improvement
- Color: #008080
- type:task: project management, community, etc.
- Color: #98fb98
- type:idea: drop an idea, or discuss something.
- Color: #e0ffff
- type:duplicate: already exists
- Color: #555555
- type:invalid: no valid issue
- Color: #555555