From 446f29ea158d20372bff74cfadd106d84d58be81 Mon Sep 17 00:00:00 2001 From: suzuke Date: Mon, 27 Apr 2026 11:32:57 +0800 Subject: [PATCH] chore(github): add ISSUE_TEMPLATE config redirecting new features to agend-terminal Keep blank issues enabled so security reports and critical bugs can still be filed against this repo during maintenance mode. Add a contact link that redirects feature requests and most non-security issues to the agend-terminal (Rust successor) repo. Sprint 1 Track 2 (label scaffold + ISSUE_TEMPLATE redirect). --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..c45cc796 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: "🚀 New features → agend-terminal (Rust successor)" + url: https://github.com/suzuke/agend-terminal/issues/new + about: "AgEnD (TS) is in maintenance mode. New features and most non-security issues land in agend-terminal. Blank issues remain open for security reports and critical bugs."