mirror of https://github.com/armbian/build.git
115 lines
3.4 KiB
YAML
115 lines
3.4 KiB
YAML
- name: "02"
|
|
color: "76B4D9"
|
|
description: "Milestone: First quarter release"
|
|
- name: "05"
|
|
color: "AADB79"
|
|
description: "Milestone: Second quarter release"
|
|
- name: "08"
|
|
color: "4B649F"
|
|
description: "Milestone: Third quarter release"
|
|
- name: "11"
|
|
color: "D58125"
|
|
description: "Milestone: Fourth quarter release"
|
|
- name: "Backlog"
|
|
color: "d4c5f9"
|
|
description: "Stalled work that needs to be completed"
|
|
- name: "Breaking change"
|
|
color: "f4bd13"
|
|
description: "Can potentially break core functionality"
|
|
- name: "Bug"
|
|
color: "F92C01"
|
|
description: "Something isn't working as it should"
|
|
- name: "Bugfix"
|
|
color: "F92C01"
|
|
description: "Pull request is fixing a bug"
|
|
- name: "Dependencies"
|
|
color: "0366d6"
|
|
description: "Pull requests that update a dependency"
|
|
- name: "Discussion"
|
|
color: "EDFFE3"
|
|
description: "Being discussed - Voice your opinions :)"
|
|
- name: "Duplicate"
|
|
color: "f4bd13"
|
|
description: "Issue is already present"
|
|
- name: "Feature Request"
|
|
color: "1aac63"
|
|
description: "Feature suggestion"
|
|
- name: "Good first issue"
|
|
color: "ffb3ff"
|
|
description: "Feel free to contribute :) "
|
|
- name: "Not framework bug"
|
|
color: "CD456C"
|
|
description: "Bug in 3rd party component"
|
|
- name: "Python"
|
|
color: "2b67c6"
|
|
description: "Pull requests that update Python code "
|
|
- name: "User error"
|
|
color: "CD456C"
|
|
description: "A mistake that is made by the user"
|
|
- name: "size/small"
|
|
color: "ededed"
|
|
description: "PR with less then 50 lines"
|
|
- name: "size/medium"
|
|
color: "ededed"
|
|
description: "PR with more then 50 and less then 250 lines"
|
|
- name: "size/large"
|
|
color: "ededed"
|
|
description: "PR with 250 lines or more"
|
|
- name: "Task/To-Do"
|
|
color: "2f95f1"
|
|
description: "Project management: To-Do or task(s) someone is working on"
|
|
- name: "Desktop"
|
|
color: "bfd4f2"
|
|
description: "Graphical user interface"
|
|
- name: "Hardware"
|
|
color: "bfd4f2"
|
|
description: "Hardware related like kernel, U-Boot, ..."
|
|
- name: "Framework"
|
|
color: "bfd4f2"
|
|
description: "Framework components"
|
|
- name: "BSP"
|
|
color: "bfd4f2"
|
|
description: "Board Support Packages"
|
|
- name: "GitHub Actions"
|
|
color: "bfd4f2"
|
|
description: "GitHub Actions code"
|
|
- name: "GitHub"
|
|
color: "bfd4f2"
|
|
description: "GitHub-related changes like labels, templates, ..."
|
|
- name: "Patches"
|
|
color: "bfd4f2"
|
|
description: "Patches related to kernel, U-Boot, ..."
|
|
- name: "Documentation"
|
|
color: "bfd4f2"
|
|
description: "Documentation changes or additions"
|
|
- name: "Work in progress"
|
|
color: "29E414"
|
|
description: "Unfinished / work in progress"
|
|
- name: "Ready to merge"
|
|
color: "1d7136"
|
|
description: "Reviewed, tested and ready for merge"
|
|
- name: "Help needed"
|
|
color: "EA1BCE"
|
|
description: "We need your involvement"
|
|
- name: "Needs review"
|
|
color: "AEE054"
|
|
description: "Seeking for review"
|
|
- name: "Can be closed?"
|
|
color: "9b75fc"
|
|
description: "Ping developers on stalled issue / PR"
|
|
- name: "Build"
|
|
color: "5ee3d0"
|
|
description: "Executing build train (permission needed)"
|
|
- name: "Needs Documentation"
|
|
color: "4FD1EF"
|
|
description: "New feature needs documentation entry"
|
|
- name: "Documentation finished"
|
|
color: "0052CC"
|
|
description: "New feature was properly added to docs"
|
|
- name: "Improper usage"
|
|
color: "CD456C"
|
|
description: "Provided input is not in the expected data format or structure"
|
|
- name: "Giveaway"
|
|
color: "DA4C13"
|
|
description: "Code completition was selected to enter contributors giveaway"
|