From c52deadd4577d5ec356e2197b55bdd98daf696cc Mon Sep 17 00:00:00 2001 From: Bekeev Imankadyr <53710487+warioddly@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:29:59 +0600 Subject: [PATCH] Update CODE_OF_CONDUCT url's in Issue templates (#32486) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/improve-the-site.yml | 2 +- .github/ISSUE_TEMPLATE/partner-contributed-documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/improve-the-site.yml b/.github/ISSUE_TEMPLATE/improve-the-site.yml index 5ea41e4cc4..5c6bc399c3 100644 --- a/.github/ISSUE_TEMPLATE/improve-the-site.yml +++ b/.github/ISSUE_TEMPLATE/improve-the-site.yml @@ -17,7 +17,7 @@ body: label: Code of Conduct description: This project has a Code of Conduct that all participants are expected to understand and follow. options: - - label: I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) + - label: I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml b/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml index 7c63e19e51..0fe1def173 100644 --- a/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml +++ b/.github/ISSUE_TEMPLATE/partner-contributed-documentation.yml @@ -20,7 +20,7 @@ body: label: Code of Conduct description: This project has a Code of Conduct that all participants are expected to understand and follow. options: - - label: I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) + - label: I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) required: true - type: checkboxes attributes: