From c023da0fd6a2b5e5d0b50c440dc7e0e03f723f5b Mon Sep 17 00:00:00 2001 From: ThePedroo Date: Mon, 2 Jun 2025 17:06:42 -0300 Subject: [PATCH] fix: `Code of Conduct` URL in templates This commit fixes the URL of CoC which would previously point to the wrong place. --- .github/ISSUE_TEMPLATE/issue_template.yml | 2 +- .github/ISSUE_TEMPLATE/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue_template.yml b/.github/ISSUE_TEMPLATE/issue_template.yml index 1ee9e3e..ed62cb7 100644 --- a/.github/ISSUE_TEMPLATE/issue_template.yml +++ b/.github/ISSUE_TEMPLATE/issue_template.yml @@ -59,7 +59,7 @@ body: id: code_of_conduct attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/PerformanC/voice/blob/main/CODE_OF_CONDUCT.md) + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/PerformanC/contributing/blob/main/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct required: true diff --git a/.github/ISSUE_TEMPLATE/pull_request.yml b/.github/ISSUE_TEMPLATE/pull_request.yml index 109deac..07635c8 100644 --- a/.github/ISSUE_TEMPLATE/pull_request.yml +++ b/.github/ISSUE_TEMPLATE/pull_request.yml @@ -35,7 +35,7 @@ body: id: code_of_conduct attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/PerformanC/voice/blob/main/CODE_OF_CONDUCT.md) + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/PerformanC/contributing/blob/main/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct required: true \ No newline at end of file