From a69eab46190d603c1f626e54a99568399769d480 Mon Sep 17 00:00:00 2001 From: ryuadmin Date: Fri, 1 May 2026 08:22:16 +0000 Subject: [PATCH] infra: Allow issues to be made, but still direct people to GitHub. (#45) This is done so we can use Renovate Bot. The Dependency Dashboard feature uses Forgejo issues. --- .forgejo/issue_template/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .forgejo/issue_template/config.yml diff --git a/.forgejo/issue_template/config.yml b/.forgejo/issue_template/config.yml new file mode 100644 index 000000000..a20ff89d5 --- /dev/null +++ b/.forgejo/issue_template/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Ryubing Issue Tracker + url: https://github.com/Ryubing/Issues/issues/ + about: "Please use this GitHub repository instead of creating issues on this Forgejo repository. Blank issues should only be used by maintainers and authorized bots. Issues made on this repository can and will be deleted." \ No newline at end of file