From c6e65b7782f716f1681e38e2e222d1eae64f28aa Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 19 Jul 2023 12:58:21 +0200 Subject: [PATCH] fix tests selection choice tasklist would be shown as open tasks 1/3 in pr overview links... --- .gitea/PULL_REQUEST_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index a6e9ffb..f8bad47 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -6,9 +6,11 @@ > :bulb: Select your test plan for the code changes. -- [x] CI pipeline tests -- [ ] Custom test -- [ ] No test plan +| Choice | Test Method | +| :----: | :----------- | +| ✅ | CI pipeline tests | +| | Custom test | +| | No test plan | ##### Details / Justification