From 75b9d3e4f07bc48584140dc8868e5f3de5785f7a Mon Sep 17 00:00:00 2001 From: Thorben Hartmann <122102805+thrbnhrtmnn@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:40:43 +0100 Subject: [PATCH] docs: update label section in contribute file Updated the labels under Tipps to find issues, and added the "core team issue" label, which was newly introduced. Signed-off-by: Thorben Hartmann <122102805+thrbnhrtmnn@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79723e0e6..26ee63f2b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -116,11 +116,11 @@ Before creating a new issue, please [check if your issue already exists](https:/ 
After creating an issue, don’t forget to assign it to yourself. The core team will then check your issue to ensures that your idea fits the scope of the project and leave an approval comment. Waiting for approval makes it less likely to get a rejected pull request. We will do our best to reply to new issues within a week. ### Tipps to find issues -- For a first contribution, go to labels / filter by labels and see if there are issues tagged with the "good first issue" label +- For a first contribution, go to labels / filter by labels and see if there are issues tagged with the `good first issue` label - Search for the component name of the component you want to work on - Filter by the `πŸ’š contributor issue` label - Filter by the `🚨 new::bug`, `⌨️ dev issue`, `πŸ“‹ task::backlog` and/or `πŸ“‹ task::ready` labels -- Avoid tasks labeld with `🚫 blocker`, `🎨 design issue`, `πŸ“‹ task::planned`, `πŸ“‹ task::inProgress`, `πŸ“‹ task::inReview`, `🦹 needs:contact`, `🦹 needs:documentation`, `🦹 needs:help` and/or `🦹 needs:specs` +- Avoid tasks labeld with `⭕️ core team issue`, `🚫 blocker`, `🎨 design issue`, `πŸ“‹ task::planned`, `πŸ“‹ task::inProgress`, `πŸ“‹ task::inReview`, `🦹 needs:contact`, `🦹 needs:documentation`, `🦹 needs:help` and/or `🦹 needs:specs` ## Branch