Skip to content

Commit e4df4d2

Browse files
committed
Rename code of conduct
1 parent 241c932 commit e4df4d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Before opening a Pull Request, please read the following items:
22
1. Make sure you have read the [CONTRIBUTING](../CONTRIBUTING.md) guidelines
33
2. Make sure no other PR is implementing the same change
44
3. Make sure the Continuous Integration workflows (Github Actions) are all passing
5-
4. If in doubt about how to approach another contributor, read our [CODE OF CONDUCT](../CODE-OF-CONDUCT.md) guidelines
5+
4. If in doubt about how to approach another contributor, read our [CODE OF CONDUCT](../CODE_OF_CONDUCT.md) guidelines
66

77
<!-- Remove the above section before opening the pull request -->
88

File renamed without changes.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before you start contributing, please take a moment to review this document to u
66

77
## Code of Conduct
88

9-
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.
9+
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.
1010

1111
## How Can I Contribute?
1212

@@ -28,7 +28,7 @@ If you encounter an issue or have a feature request, please follow these steps:
2828

2929
Before you start working on a contribution, please keep in mind the following guidelines:
3030

31-
- Adhere to our [Code of Conduct](./CODE-OF-CONDUCT.md).
31+
- Adhere to our [Code of Conduct](./CODE_OF_CONDUCT.md).
3232
- Respect and follow existing project coding standards.
3333
- Write clear and concise commit messages.
3434
- Test your changes thoroughly.

0 commit comments

Comments
 (0)