diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 02472043..41b20b84 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ Before opening a Pull Request, please read the following items: 1. Make sure you have read the [CONTRIBUTING](../CONTRIBUTING.md) guidelines 2. Make sure no other PR is implementing the same change 3. Make sure the Continuous Integration workflows (Github Actions) are all passing -4. If in doubt about how to approach another contributor, read our [CODE OF CONDUCT](../CODE-OF-CONDUCT.md) guidelines +4. If in doubt about how to approach another contributor, read our [CODE OF CONDUCT](../CODE_OF_CONDUCT.md) guidelines diff --git a/CODE-OF-CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from CODE-OF-CONDUCT.md rename to CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f78fce9..30c794b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Before you start contributing, please take a moment to review this document to u ## Code of Conduct -We have adopted a [Code of Conduct](./CODE-OF-CONDUCT.md) that we expect all community members to follow. Please make sure to review and adhere to it in all interactions within our community. +We have adopted a [Code of Conduct](./CODE_OF_CONDUCT.md) that we expect all community members to follow. Please make sure to review and adhere to it in all interactions within our community. ## How Can I Contribute? @@ -28,7 +28,7 @@ If you encounter an issue or have a feature request, please follow these steps: Before you start working on a contribution, please keep in mind the following guidelines: -- Adhere to our [Code of Conduct](./CODE-OF-CONDUCT.md). +- Adhere to our [Code of Conduct](./CODE_OF_CONDUCT.md). - Respect and follow existing project coding standards. - Write clear and concise commit messages. - Test your changes thoroughly.