From c0ffa38d1db1432c6f06a04327c12f95d9a77d9a Mon Sep 17 00:00:00 2001 From: Fahad Shahbaz <139986354+fahadshahbaz@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:06:08 +0500 Subject: [PATCH] Fix Links in CONTRIBUTING.md (#22806) Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe66ea7fb3..b5d3188a5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ To ensure a positive and inclusive environment, please read our [code of conduc If you find a bug, please create an Issue and we’ll triage it. -- Please search [existing Issues](https://github.com/supabase/supabase) before creating a new one. +- Please search [existing Issues](https://github.com/supabase/supabase/issues) before creating a new one. - Please include a clear description of the problem along with steps to reproduce it. Exact steps with screenshots and urls really help here. ## Pull Requests @@ -23,7 +23,7 @@ We actively welcome your Pull Requests! A couple of things to keep in mind befor - If you’re fixing an Issue, make sure someone else hasn’t already created a PR fixing the same issue. Likewise, make sure to link your PR to the related Issue(s). - We will always try to accept the first viable PR that resolves the Issue. -- If you're new, we encourage you to take a look at issues tagged with [good first issue](https://github.com/supabase/supabase/pulls?q=is%3Aopen+is%3Apr+label%3A%22good+first+issue%22). +- If you're new, we encourage you to take a look at issues tagged with [good first issue](https://github.com/supabase/supabase/labels/good%20first%20issue). - If you’re submitting a new feature, make sure you have opened a [Discussion](https://github.com/orgs/supabase/discussions/new/choose) to discuss the new feature before opening a PR. We’d love to accept your hard work, but unfortunately if a feature hasn’t gone through a proper design process, your PR will be closed. - Please use the PR message template and provide detailed context for quicker review. PRs without clear problem statements will be closed.