From 83ef8a0866976a5cc56b431d0eb2b96a2781ec31 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Wed, 1 Nov 2023 17:07:43 +0900 Subject: [PATCH] Fix links in issue templates --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index fbeb89d..1822d2b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -71,7 +71,7 @@ body: - type: checkboxes 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/sorairolake/sysexits-rs/blob/develop/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index fa9a682..a8a233b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -31,7 +31,7 @@ body: - type: checkboxes 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/sorairolake/sysexits-rs/blob/develop/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct required: true