From be0ed37b479733ca91202a8ec754a1c9ad661961 Mon Sep 17 00:00:00 2001 From: banditopazzo Date: Tue, 24 Oct 2023 15:09:45 +0200 Subject: [PATCH] fix: broken links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6e4620..59c7df0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ For the time being to ask questions it is best to open an issue and assigning it ### Reporting a bug -Before reporting a bug, please take the time to first review [existing bugs](../../issues?q=is%3Aissue+label%3Abug) to avoid creating duplicating issues, causing split discussions. Otherwise, you are free to open a bug report using the [issue template](.github/ISSUE_TEMPLATE/BUG-REPORT.yaml) provided. +Before reporting a bug, please take the time to first review [existing bugs](https://github.com/exein-io/cosmo-cli/issues?q=is%3Aissue+label%3Abug) to avoid creating duplicating issues, causing split discussions. Otherwise, you are free to open a bug report using the [issue template](.github/ISSUE_TEMPLATE/BUG-REPORT.yaml) provided. Here are some guidelines for reporting a good bug: @@ -30,7 +30,7 @@ Here are some guidelines for reporting a good bug: We want to keep improving the project's feature set alongside its existing features. If you have any feedback on how we may achieve that you are more than welcome to create a GitHub issue using the `feature` label! -> Similar to bug issues, please make sure that the feature or enhancement has not already been requested from the list of [features](../../issues?q=is%3Aissue+label%3Aenhancement). +> Similar to bug issues, please make sure that the feature or enhancement has not already been requested from the list of [features](https://github.com/exein-io/cosmo-cli/issues?q=is%3Aissue+label%3Aenhancement). Here are some guidelines for submitting a feature request or enhancement: