From 2e7ca0f6abba6045571c14f0f05f7fdfd05a8b2f Mon Sep 17 00:00:00 2001 From: Seonu Jang Date: Tue, 24 Mar 2026 20:42:23 +0900 Subject: [PATCH] docs: add community support links to homepage --- docs/index.md | 7 +++++++ specs/TASKS.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 4d295bf..b168523 100644 --- a/docs/index.md +++ b/docs/index.md @@ -57,3 +57,10 @@ canvas.render("thumbnail.png") [Get started](getting-started.md){ .md-button .md-button--primary } [API Reference](api/index.md){ .md-button } + + +## Community & Support + +- Bug report or feature request: [GitHub Issues](https://github.com/sjquant/quickthumb/issues) +- Questions and ideas: [GitHub Discussions](https://github.com/sjquant/quickthumb/discussions) + diff --git a/specs/TASKS.md b/specs/TASKS.md index e3781e4..d54d184 100644 --- a/specs/TASKS.md +++ b/specs/TASKS.md @@ -52,7 +52,7 @@ - [TODO] Homepage headline: make the AI/JSON workflow angle front and center (currently buried) - [TODO] Add "Common LLM Mistakes" section to the JSON schema page (invalid hex, wrong position format, unsupported effects, etc.) - [TODO] Add "Why not X" section: brief comparison vs raw Pillow and html2image to help developers justify the dependency -- [TODO] Add community entry point: link to GitHub issues/discussions for bug reports and questions +- [DONE] Add community entry point: link to GitHub issues/discussions for bug reports and questions ### P1 — CLI Hardening (from code review)