From 843d05cc3fd40c18af25c2c36082327236f134a7 Mon Sep 17 00:00:00 2001 From: Joe Harrison Date: Mon, 27 Oct 2025 08:57:49 +0000 Subject: [PATCH] chore:update to the code of conduct link in bug report (#2091) --- .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 8b7af1bfd..8dad289bc 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](https://github.com/seerr-team/seerr/blob/main/CODE_OF_CONDUCT.md) + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/seerr-team/seerr/blob/develop/CODE_OF_CONDUCT.md) options: - label: I agree to follow Seerr's Code of Conduct required: true