From 831308446b9a77df6a329c883b6951abdd83ab2e Mon Sep 17 00:00:00 2001 From: codeman4033 Date: Sun, 9 Aug 2026 20:59:34 +0200 Subject: [PATCH] [forgejo] Replace mentions of yuzu in issue templates with Eden Signed-off-by: codeman4033 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 04471ff2cf..66495a335c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -3,7 +3,7 @@ description: File a bug report body: - type: markdown attributes: - value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with eden. + value: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Eden. - type: checkboxes attributes: label: Is there an existing issue for this? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 25bc979753..cc588ecb98 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,7 +4,7 @@ labels: "request" body: - type: markdown attributes: - value: Tech support does not belong here. You should only file an issue here if you are requesting a feature you believe would make eden better. + value: Tech support does not belong here. You should only file an issue here if you are requesting a feature you believe would make Eden better. - type: checkboxes attributes: label: Is there an existing issue for this? @@ -23,6 +23,6 @@ body: id: why-feature attributes: label: Why would this feature be useful? - description: A brief description of why this feature would make eden better. + description: A brief description of why this feature would make Eden better. validations: required: true