From af375aa77d73868f0de6ab244b34ed260ee90312 Mon Sep 17 00:00:00 2001 From: Ron Northcutt Date: Mon, 3 Aug 2026 11:11:41 -0400 Subject: [PATCH] chore: route feature requests to roadmap discussions Add issue-template contact link and README pointer to the public Omnideck Roadmap project board. Co-Authored-By: Claude Sonnet 5 --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ README.md | 4 ++++ 2 files changed, 8 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 0000000..5e7b36c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: "Proposing a new feature or direction?" + url: https://github.com/omnideck-dev/roadmap/discussions + about: "Start a discussion in omnideck/roadmap →" diff --git a/README.md b/README.md index 9202b02..c1a99c6 100644 --- a/README.md +++ b/README.md @@ -316,3 +316,7 @@ Report suspected vulnerabilities privately using the instructions in ## License MIT © [rlnorthcutt](https://github.com/rlnorthcutt) + +## Roadmap + +See the public [Omnideck Roadmap](https://github.com/orgs/omnideck-dev/projects/1) board for what's planned, in progress, and recently shipped.