From 14ee5f63cf6db892cb6be5ff21f6879691cb5663 Mon Sep 17 00:00:00 2001 From: Tyson Wynne <31785152+twynne20@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:18:28 -0700 Subject: [PATCH] Update CONTRIBUTING.md (#312) Fix incorrect issue links in CONTRIBUTING.md This commit updates the 'Suggesting Enhancements' section of the CONTRIBUTING.md file to correct the issue and new issue links. Previously pointing to the base-org/base repository, these links have been corrected to direct contributors to the base-org/web repository's issue tracker. This change ensures that contributors are guided to the correct location for reporting issues or suggesting enhancements for the Base Web project. --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1317bb..487e014 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,15 +21,15 @@ This project and everyone participating in it are governed by our [Code of Condu ### Reporting Bugs -1. **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/base-org/web/issues). +1. **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/web/web/issues). 2. If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/base-org/web/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **executable test case** demonstrating the expected behavior that is not occurring. ### Suggesting Enhancements -1. **Check the [Issues](https://github.com/base-org/base/issues)** to see if there's someone who has already suggested the same enhancement. +1. **Check the [Issues](https://github.com/base-org/web/issues)** to see if there's someone who has already suggested the same enhancement. -2. If it doesn't exist, [create a new issue](https://github.com/base-org/base/issues/new). Provide a clear and detailed explanation of the feature you want and why it's important to add. +2. If it doesn't exist, [create a new issue](https://github.com/base-org/web/issues/new). Provide a clear and detailed explanation of the feature you want and why it's important to add. ### Pull Requests @@ -53,4 +53,4 @@ This project and everyone participating in it are governed by our [Code of Condu --- -Feel free to customize this template according to the specific needs and nuances of Base Web. A well-crafted `CONTRIBUTING.md` can help your project attract quality contributions and foster a collaborative community. \ No newline at end of file +Feel free to customize this template according to the specific needs and nuances of Base Web. A well-crafted `CONTRIBUTING.md` can help your project attract quality contributions and foster a collaborative community.