From 57081537987e06fd024a83e8e29fbc8a13686797 Mon Sep 17 00:00:00 2001 From: Harini Janakiraman Date: Tue, 2 May 2023 22:18:35 +1000 Subject: [PATCH] Update CONTRIBUTING.md Fixed link --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b6c33baa..f7f920d5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,14 +17,14 @@ Read the documentation on setting up your local development environment Read how to submit a pull request [here](https://docs.rowy.io/contributing). To get familiar with the project, -[good first issues](https://github.com/rowyio/rowy/projects/3) is a good place +[good first issues](https://github.com/rowyio/rowy/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) is a good place to start. ## Working on existing issues -Before you get started working on an [issue](https://github.com/rowyio/rowy/issues), please make sure to share that you are working on it by commenting on the issue and posting a message on #contributions channel in Rowy's [Discord](https://discord.com/invite/fjBugmvzZP). The maintainers will then assign the issue to you after making sure any relevant information or context in addition is provided before you can start on the task. +Before you get started working on an [issue](https://github.com/rowyio/rowy/issues), please make sure to share that you are working on it by commenting on the issue and posting a message on #contributions channel in Rowy's [Discord](https://rowy.io/discord). The maintainers will then assign the issue to you after making sure any relevant information or context in addition is provided before you can start on the task. Once you are assigned a task, please provide periodic updates or share any questions or roadblocks on either discord or the Github issue, so that the commmunity or the project maintainers can provide you any feedback or guidance as needed. If you are inactive for more than 1-2 week on a issue that was assigned to you, then we will assume you have stopped working on it and we will unassign it from you - so that we can give a chance to others in the community to work on it. @@ -36,7 +36,7 @@ create a new issue using to share your idea. If you are working on this to contribute to the project, then let others in the community and project maintainers know by posting on #contributions channel in Rowy's -[Discord](https://discord.com/invite/fjBugmvzZP). This allows others in the +[Discord](https://rowy.io/discord). This allows others in the community and the maintainers a chance to provide feedback and guidance before you spend time working on it.