Skip to content

Commit

Permalink
Add good-first-issue label (#38)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
ggwpez and the-right-joyce authored Feb 15, 2024
1 parent 69dd82c commit 9f988c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ruled_labels/specs_polkadot-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -157,4 +160,4 @@ rules:
tags:
spec:
when: !some_of [A1]
require: !all_of [R0]
require: !all_of [R0]

0 comments on commit 9f988c4

Please sign in to comment.