From 6de6a96abf29b5990d50316cc95fa80766db95e5 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Fri, 16 Jun 2023 20:55:33 +0530 Subject: [PATCH] docs: add info about roadmap (#6687) --- dev-docs/docs/introduction/contributing.mdx | 5 +++++ src/packages/excalidraw/README.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/dev-docs/docs/introduction/contributing.mdx b/dev-docs/docs/introduction/contributing.mdx index d384c97a..821355e0 100644 --- a/dev-docs/docs/introduction/contributing.mdx +++ b/dev-docs/docs/introduction/contributing.mdx @@ -2,6 +2,11 @@ Pull requests are welcome. For major changes, please [open an issue](https://github.com/excalidraw/excalidraw/issues/new) first to discuss what you would like to change. +We have a [roadmap](https://github.com/orgs/excalidraw/projects/3) which we strongly recommend to go through and check if something interests you. +For new contributors we would recommend to start with *Easy* tasks. + +In case you want to pick up something from the roadmap, comment on that issue and one of the project maintainers will assign it to you, post which you can discuss in the issue and start working on it. + ## Setup ### Option 1 - Manual diff --git a/src/packages/excalidraw/README.md b/src/packages/excalidraw/README.md index d650885d..3e2f8efc 100644 --- a/src/packages/excalidraw/README.md +++ b/src/packages/excalidraw/README.md @@ -43,3 +43,7 @@ Head over to the [docs](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/ ## API Head over to the [docs](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api) + +## Contributing + +Head over to the [docs](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/contributing)