From e781cd56b3d65c8e6e7609608ca5c97adc2ac379 Mon Sep 17 00:00:00 2001 From: Joe Harrison Date: Mon, 27 Oct 2025 07:31:22 +0000 Subject: [PATCH] chore(bug.yml): fixed link to the code of conduct in the bug.yml in issue templates (#2090) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a7caedf58..8b7af1bfd 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -95,7 +95,7 @@ body: id: terms attributes: label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](/../../CODE_OF_CONDUCT.md) + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/seerr-team/seerr/blob/main/CODE_OF_CONDUCT.md) options: - label: I agree to follow Seerr's Code of Conduct required: true