Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkZH committed Jan 15, 2024
1 parent 81ed8f6 commit f932d76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We welcome your contributions! There are multiple ways to contribute.

## Code of Conduct

Please review our [Code of Conduct](/CODE_OF_CONDUCT.md) before participating in our community. We want all contributors to feel welcome and to foster an open and inclusive environment.
Please review our [Code of Conduct](/docs/CODE_OF_CONDUCT.md) before participating in our community. We want all contributors to feel welcome and to foster an open and inclusive environment.

## How to Contribute

Expand All @@ -26,18 +26,18 @@ We welcome contributions in the form of bug reports, feature requests, code chan
- Push your changes to your branch.
- Submit a pull request to the main repository.

Please follow our [Pull Request Template](.github/pull_request_template.md) when submitting a pull request.
Please follow our [Pull Request Template](/.github/pull_request_template.md) when submitting a pull request.

## Reporting Bugs

If you find a bug, please open an issue with a detailed description of the problem. Include information about your environment and steps to reproduce the issue.
When filing a bug remember that the better written the bug is, the more likely it is to be fixed.
Please follow our [Bug Report Template](.github/ISSUE_TEMPLATE/bug_report.md) when submitting a pull request.
Please follow our [Bug Report Template](/.github/ISSUE_TEMPLATE/bug_report.md) when submitting a pull request.

## Requesting Features

We encourage you to open an issue to propose new features or improvements. Please provide as much detail as possible about your suggestion.
Please follow our [Feature Request Template](.github/ISSUE_TEMPLATE/feature_request.md) when submitting a pull request.
Please follow our [Feature Request Template](/.github/ISSUE_TEMPLATE/feature_request.md) when submitting a pull request.

## Submitting Pull Requests

Expand Down

0 comments on commit f932d76

Please sign in to comment.