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.
This commit is contained in:
Tyson Wynne
2024-02-09 08:18:28 -07:00
committed by GitHub
parent 867f81d6a7
commit 14ee5f63cf

View File

@@ -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.
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.