From c68246df8301b5ca0ad2277b7fbdd598b6423a20 Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:08:49 +0100 Subject: [PATCH] chore: update contributing documentation (#194) --- .../src/routes/documentation/contributing/index.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/documentation/src/routes/documentation/contributing/index.mdx b/apps/documentation/src/routes/documentation/contributing/index.mdx index 813ba33a..2aa0ca96 100644 --- a/apps/documentation/src/routes/documentation/contributing/index.mdx +++ b/apps/documentation/src/routes/documentation/contributing/index.mdx @@ -28,11 +28,10 @@ The `tuono` project can mostly be split into the following subdomains: To check what the knowledge requirements are for each domain, check the [requirements](#requirements) section below. -Currently, I'm keeping a private dashboard to prioritize new features and bug fixes, but if you -want to propose something, please open a new issue on GitHub or reach out to me using -my email address [valerioageno@yahoo.it](mailto:valerioageno@yahoo.it). I'm also available -on Twitter (X) DMs `@valerioageno`, [Linkedin](https://www.linkedin.com/in/valerioageno) -and discord `@__v__v__`. +We are currently managing the tasks' prioritization in the [Road to V1](https://github.com/orgs/tuono-labs/projects/2) project. +You can pick any task that you see in the `ready` column that is not already assigned. + +If you want to contribute on something that is in the `backlog` column, or it hasn't been scoped yet, please drop a message in the [#general](https://discord.com/invite/khQzPa654B) discord channel so we can all have visibility of it. ## Requirements