From 5d65298300272f61a72c3487f300c31f99f9d9d4 Mon Sep 17 00:00:00 2001 From: David Cozens Date: Fri, 21 Aug 2026 15:20:46 +0100 Subject: [PATCH] docs: point the issue chooser at the platform adapter vote The four platform-adapter epics - wolfSSL (#691), lwIP Sockets (#692), LittleFS (#693) and Zephyr (#694) - are deliberately left unmilestoned, so that a thumbs-up on one carries real signal about demand rather than being a reaction to something already committed. Nothing told a reader that. A third contact link sends them to those issues, filtered to the platform label and sorted by reactions, so the list arrives already ordered by demand and the most-wanted adapter is the first thing seen. It sits below the security routes and above commercial licensing: the free way to influence what gets built should come before the paid one. Co-authored-by: Claude Opus 5 (1M context) --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ae1db627..9383e773 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: Security vulnerability (can't use GitHub?) url: https://cososo.co.uk/security/report about: Private web form if you can't use GitHub's "Report a vulnerability" button above. See SECURITY.md. + - name: Vote for a platform adapter + url: https://github.com/cososo-ltd/solid-syslog/issues?q=is%3Aissue+is%3Aopen+label%3Aplatform+sort%3Areactions-%2B1-desc + about: Adapter candidates are open issues, ordered by demand. Add a thumbs-up to the one you need. - name: Commercial licensing & paid support url: https://www.cososo.co.uk/?service=solidsyslog#contact about: Commercial licence, guaranteed response times, or Platform-adapter contributions.