From ebbfa9c8454158654dd23cd97b4c6b6d0cd76746 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Mon, 13 Jul 2026 23:03:50 -0400 Subject: [PATCH] ci(pr): added thumbnail generator as a list entry --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 055e8f2..c9bab2b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -35,6 +35,7 @@ - [ ] The directory name matches the part of `id` after the `/` in `plugin.toml` exactly. - [ ] It ships `plugin.toml`, `README.md`, `thumbnail.webp`, and `translations/en.json`. +- [ ] I created `thumbnail.webp` with the [thumbnail generator](https://assets.noctalia.dev/plugins/thumbnail-generator.html). - [ ] `version` follows semver and is bumped in this PR; `min_noctalia` is the version I tested against. - [ ] I only added or edited `translations/en.json` (no machine-translated locales). - [ ] I did not edit `catalog.toml`; CI generates it.