Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add good-first-issue label #38

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Loading