From 93fa75bc76325936d3ab7e1d0b5d780db94b2248 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sat, 12 Oct 2024 14:24:40 +0500 Subject: [PATCH] Fix Gitea issues templates. --- .gitea/issue_template/bug-report.yaml | 2 +- .gitea/issue_template/feature-request.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/issue_template/bug-report.yaml b/.gitea/issue_template/bug-report.yaml index 91460ad..0282943 100644 --- a/.gitea/issue_template/bug-report.yaml +++ b/.gitea/issue_template/bug-report.yaml @@ -29,6 +29,6 @@ body: label: Code of Conduct description: By submitting this issue, you agree to these things options: - - label: I have read the "Submitting issues" section in [CONTRIBUTING.md](/CONTRIBUTING.md) + - label: I have read the "Submitting issues" section in [CONTRIBUTING.md](https://code.pztrn.name/apps/featurer/CONTRIBUTING.md) required: true visible: [form] diff --git a/.gitea/issue_template/feature-request.yaml b/.gitea/issue_template/feature-request.yaml index 4d17f11..cfd21c5 100644 --- a/.gitea/issue_template/feature-request.yaml +++ b/.gitea/issue_template/feature-request.yaml @@ -22,6 +22,6 @@ body: label: Code of Conduct description: By submitting this issue, you agree to these things options: - - label: I have read the "Submitting issues" section in [CONTRIBUTING.md](/CONTRIBUTING.md) + - label: I have read the "Submitting issues" section in [CONTRIBUTING.md](https://code.pztrn.name/apps/featurer/CONTRIBUTING.md) required: true visible: [form]