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

monorepo labels draft #29

Merged
merged 18 commits into from
Aug 25, 2023
Merged
Changes from 2 commits
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
30 changes: 18 additions & 12 deletions ruled_labels/[DRAFT]specs_monorepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ description: Import on 2023-05-09
codes:
- code: A
name: Action
description: used with GHA and trigger a certain process
description: Used with GHA and trigger a certain process.
- code: C
name: Complexity
description: Complexity of the issues, also used for contribution guidelines.
name: Contrubution
description: Labels used for contributions.
- code: D
name: Difficulty
description: Difficulty of the issues, also used for contributions.
- code: I
name: Issues
description: Categorisation of issues
description: Categorisation of issues.
- code: T
name: Topics
description: PR/Issue is related to this topic
description: PR/Issue is related to this topic.

labels:
- name: A0-needs_burnin
Expand All @@ -29,21 +32,24 @@ labels:
- name: A3-backport
description: Pull request is already reviewed well in another branch.
color: F8C5E7
- name: C0-easy
- 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-ready_for_review
description: A PR opened by a contributor is ready for review.
color: "249899"
- name: D0-easy
description: Can be fixed primarily by duplicating and adapting code by an intermediate coder.
color: eeeeee
- name: C1-medium
- name: D1-medium
description: Can be fixed by a coder with good Rust knowledge but little knowledge of the codebase.
color: eebb00
- name: C2-substantial
- name: D2-substantial
description: Can be fixed by an experienced coder with a working knowledge of the codebase.
color: D4C5F9
- name: C3-involved
- name: D3-involved
description: Can be fixed by an expert coder with good knowledge of the codebase.
color: E99695
- name: C4-mentor
description: An easy task where a mentor is available. Please indicate in the issue who the mentor could be.
color: "5319e7"
- name: I0-panic
description: The node panics and exits without proper error handling.
color: 17b25d
Expand Down