From d51f20b1dbb92486f42a65f0f0af900624f8246d Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 8 Jul 2025 16:26:20 +0200 Subject: [PATCH] chore: redirect new feature requests to a dedicated tracker (take 2) Refs: https://codeberg.org/forgejo/discussions/issues/369 --- .forgejo/issue_template/feature-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/issue_template/feature-request.yaml b/.forgejo/issue_template/feature-request.yaml index 2d3fda44..c32f3f48 100644 --- a/.forgejo/issue_template/feature-request.yaml +++ b/.forgejo/issue_template/feature-request.yaml @@ -14,7 +14,7 @@ body: id: url attributes: label: Feature request URL - description: The URL to the [feature request description](https://code.forgejo.org/forgejo/forgejo-actions-feature-requests/issues?labels=990) + description: The URL to the [feature request](https://code.forgejo.org/forgejo/forgejo-actions-feature-requests/issues?labels=990) in the `ready` stage placeholder: | https://code.forgejo.org/forgejo/forgejo-actions-feature-requests/issues/??? validations: @@ -22,6 +22,6 @@ body: - type: textarea id: Description attributes: - label: Copy/paste of the description + label: Copy/paste of the description of the feature request validations: required: true