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