From 556632ce640d887713078b320b4a6e81b296043a Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 10 Oct 2024 14:47:20 +0200 Subject: [PATCH] chore: Add task to add-product issue template This adds a task which states that the badges in the README file need to be updates by running the appropriate script. --- .github/ISSUE_TEMPLATE/add-product.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/add-product.md b/.github/ISSUE_TEMPLATE/add-product.md index 58e34627b..f3df5aeca 100644 --- a/.github/ISSUE_TEMPLATE/add-product.md +++ b/.github/ISSUE_TEMPLATE/add-product.md @@ -23,6 +23,7 @@ assignees: '' - [ ] Add a new `dev_.yml` GitHub Action workflow in the `.github/workflows` folder. Use existing local action whenever possible or consider creating a new one when there is no fitting action available. +- [ ] Run `.scripts/update_readme_badges.sh` to generate the new status badge. ``` _Please consider updating this template if these instructions are wrong, or