From 9f988c48b5f14f87d8b1d0a958c7d02e5fc4cf08 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 15 Feb 2024 05:38:55 +0100 Subject: [PATCH] Add `good-first-issue` label (#38) * Add `good-first-issue` label Adding `C2-good-first-issue` to indicate that a task is good for newcomers. * add color --------- Co-authored-by: Joyce Siqueira <98593770+the-right-joyce@users.noreply.github.com> --- ruled_labels/specs_polkadot-sdk.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruled_labels/specs_polkadot-sdk.yaml b/ruled_labels/specs_polkadot-sdk.yaml index 2269b49..f041efe 100644 --- a/ruled_labels/specs_polkadot-sdk.yaml +++ b/ruled_labels/specs_polkadot-sdk.yaml @@ -38,6 +38,9 @@ labels: - name: C1-mentor description: A task where a mentor is available. Please indicate in the issue who the mentor could be. color: "5319e7" + - name: C2-good-first-issue + description: A task for a first time contributor to become familiar with the Polkadot-SDK. + color: 7CB9E8 - name: D0-easy description: Can be fixed primarily by duplicating and adapting code by an intermediate coder. color: eeeeee @@ -157,4 +160,4 @@ rules: tags: spec: when: !some_of [A1] - require: !all_of [R0] \ No newline at end of file + require: !all_of [R0]