Skip to content

Commit

Permalink
Add good-first-issue label
Browse files Browse the repository at this point in the history
Adding `C2-good-first-issue` to indicate that a task is good for newcomers.
  • Loading branch information
ggwpez authored Feb 14, 2024
1 parent 69dd82c commit 9a7a893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ruled_labels/specs_polkadot-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -157,4 +159,4 @@ rules:
tags:
spec:
when: !some_of [A1]
require: !all_of [R0]
require: !all_of [R0]

0 comments on commit 9a7a893

Please sign in to comment.