Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
banditopazzo committed Oct 24, 2023
1 parent ccc0b76 commit be0ed37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand Down

0 comments on commit be0ed37

Please sign in to comment.