From 03a6f059e65ff9401f77852ddbc735b258c8cf8a Mon Sep 17 00:00:00 2001 From: Divyanshu Bhargava Date: Mon, 24 Aug 2026 16:51:19 +0530 Subject: [PATCH] chore: remove unused contact links from issue template --- .github/ISSUE_TEMPLATE/config.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 08e6fe1..0086358 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1 @@ blank_issues_enabled: true -contact_links: - - name: πŸ“š Documentation - url: https://flowui.stac.dev/ - about: Component guides, theming, and the API surface. - - name: 🧩 Playground - url: https://flowui.stac.dev/playground - about: Reproduce it live against the latest build β€” every component has a stage with variant pills and code snippets. - - name: πŸ—ΊοΈ Roadmap - url: https://flowui.stac.dev/roadmap - about: Check whether the component you want is already planned. - - name: πŸ€“ API reference - url: https://pub.dev/documentation/flow_ui/latest/ - about: Generated dartdoc for every public widget and token.