Skip to content

Commit

Permalink
Remove hardcoded values into the MD file and replace it with a link t…
Browse files Browse the repository at this point in the history
…o YAML
  • Loading branch information
igorpecovnik committed Nov 15, 2023
1 parent c9f8ebb commit 541620e
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,9 @@ Please be sure to review the [Development Code Review Procedures and Guidelines]

## PR and issues labeling

* Require at least Triage users permission on repository. [Request access](https://github.com/armbian/build#contact)
Labels are defined in [.github/labels.yml](.github/labels.yml) YAML file. They are automatically recreated upon change.

Color | Label | Description | Section |
|:--:|:--|:--|:--|
|![](https://placehold.co/15x15/76B4D9/76B4D9.png)|02|Winter release|milestone|
|![](https://placehold.co/15x15/AADB79/AADB79.png)|05|Spring release|milestone|
|![](https://placehold.co/15x15/4B649F/4B649F.png)|08|Summer release|milestone|
|![](https://placehold.co/15x15/D58125/D58125.png)|11|Autumn release|milestone|
|![](https://placehold.co/15x15/d4c5f9/d4c5f9.png)|Backlog|Stalled work that needs to be completed|Indicator|
|![](https://placehold.co/15x15/f4bd13/f4bd13.png)|Breaking change|Can potentially break core functionality|Indicator|
|![](https://placehold.co/15x15/F92C01/F92C01.png)|Bug|Something isn't working well|Indicator|
|![](https://placehold.co/15x15/F92C01/F92C01.png)|Bugfix|PR is fixing a bug|Indicator|
|![](https://placehold.co/15x15/33B478/33B478.png)|Discussion|Issue is being discussed. Undetermined|Indicator|
|![](https://placehold.co/15x15/f4bd13/f4bd13.png)|Duplicate|Issue is already present|Indicator|
|![](https://placehold.co/15x15/CD456C/CD456C.png)|Not our bug|Bug in 3rd party component|Indicator|
|![](https://placehold.co/15x15/CD456C/CD456C.png)|User error|A mistake that is made by the user|Indicator|
|![](https://placehold.co/15x15/ededed/ededed.png)|size/small|PR with less then 50 lines|Indicator / automatic|
|![](https://placehold.co/15x15/ededed/ededed.png)|size/medium|PR with more then 50 and less then 250 lines|Indicator / automatic|
|![](https://placehold.co/15x15/ededed/ededed.png)|size/large|PR with 250 lines or more|Indicator / automatic|
|![](https://placehold.co/15x15/bfd4f2/bfd4f2.png)|Desktop|Graphical user interface|Indicator / automatic|
|![](https://placehold.co/15x15/bfd4f2/bfd4f2.png)|Hardware|Hardware related - kernel, u-boot, patches|Indicator / automatic|
|![](https://placehold.co/15x15/bfd4f2/bfd4f2.png)|Software|Framework components|Indicator / automatic|
|![](https://placehold.co/15x15/29E414/29E414.png)|Work in progress|Unfinished / work in progress|Status|
|![](https://placehold.co/15x15/1d7136/1d7136.png)|Ready to merge|Reviewed, tested and ready for merge|Status|
|![](https://placehold.co/15x15/EA1BCE/EA1BCE.png)|Help needed|We need your involvement|Status|
|![](https://placehold.co/15x15/AEE054/AEE054.png)|Needs review|Seeking for review|Status|
|![](https://placehold.co/15x15/5319e7/5319e7.png)|Can be closed?|Ping developers on stalled issues / PR|Command|
|![](https://placehold.co/15x15/1d76db/1d76db.png)|Build|Executing build train|Command|
* Require at least Triage users permission on repository. [Request access](https://github.com/armbian/build#contact)

## Contributing

Expand Down

0 comments on commit 541620e

Please sign in to comment.