From ddce782c78b409ae46cfb04fc0ef54be42200363 Mon Sep 17 00:00:00 2001 From: Parship Chowdhury Date: Sat, 25 Apr 2026 11:27:42 +0000 Subject: [PATCH] broken CoC link in issue templates Signed-off-by: Parship Chowdhury --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- .github/ISSUE_TEMPLATE/documentation.yaml | 2 +- .github/ISSUE_TEMPLATE/feature.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index a4ff399de0..f1d035945d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -80,5 +80,5 @@ body: attributes: label: "🏢 Have you read the Code of Conduct?" options: - - label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)" + - label: "I have read the [Code of Conduct](https://github.com/appwrite/sdk-generator/blob/master/CODE_OF_CONDUCT.md)" required: true diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index b6189b0976..47728d3c44 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -28,5 +28,5 @@ body: attributes: label: "🏢 Have you read the Code of Conduct?" options: - - label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)" + - label: "I have read the [Code of Conduct](https://github.com/appwrite/sdk-generator/blob/master/CODE_OF_CONDUCT.md)" required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 630af44eb4..b1fcd8f673 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -36,5 +36,5 @@ body: attributes: label: "🏢 Have you read the Code of Conduct?" options: - - label: "I have read the [Code of Conduct](https://github.com/appwrite/appwrite/blob/HEAD/CODE_OF_CONDUCT.md)" + - label: "I have read the [Code of Conduct](https://github.com/appwrite/sdk-generator/blob/master/CODE_OF_CONDUCT.md)" required: true