From 9a7a8939f19a1aa50ddfb42d241b76ceaaaba82c Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Wed, 14 Feb 2024 12:20:24 +0100 Subject: [PATCH] Add `good-first-issue` label Adding `C2-good-first-issue` to indicate that a task is good for newcomers. --- ruled_labels/specs_polkadot-sdk.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruled_labels/specs_polkadot-sdk.yaml b/ruled_labels/specs_polkadot-sdk.yaml index 2269b49..4af017c 100644 --- a/ruled_labels/specs_polkadot-sdk.yaml +++ b/ruled_labels/specs_polkadot-sdk.yaml @@ -38,6 +38,8 @@ 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. - name: D0-easy description: Can be fixed primarily by duplicating and adapting code by an intermediate coder. color: eeeeee @@ -157,4 +159,4 @@ rules: tags: spec: when: !some_of [A1] - require: !all_of [R0] \ No newline at end of file + require: !all_of [R0]