Add two new issues labels: "Documentation" and "Improper usage"

This commit is contained in:
Igor Pecovnik
2024-01-30 12:10:06 +01:00
committed by Igor
parent d9d6524e7f
commit a7aafb8de0

6
.github/labels.yml vendored
View File

@@ -73,3 +73,9 @@
- name: "Build"
color: "1d76db"
description: "Executing build train"
- name: "Needs Documentation"
color: "#4FD1EF"
description: "New feature needs documentation entry"
- name: "Improper usage"
color: "#CD456C"
description: "Provided input is not in the expected data format or structure"