From 594376fc0f609e80a3004e7335e749ede248150d Mon Sep 17 00:00:00 2001 From: Will Norris Date: Sat, 12 Oct 2019 15:51:58 -0700 Subject: [PATCH] docs: link from plugins design to relevant issues/prs --- docs/plugin-design.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/plugin-design.md b/docs/plugin-design.md index b0f276a..1d7260a 100644 --- a/docs/plugin-design.md +++ b/docs/plugin-design.md @@ -80,6 +80,10 @@ does](https://caddy.community/t/59)). thinking through the use cases and what kind of plugin API we really need to provide.) +See also issues and PRs with [label:plugins][]. + +[label:plugins]: https://github.com/willnorris/imageproxy/issues?q=label:plugins + #### Caching backend This is one of the most common feature requests, and is also one of the worst