From bc161a17c15cc3cf2076f45bd55c6ad940933865 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 13 Nov 2022 12:10:46 +0100 Subject: [PATCH] fix PR template wording (#15) #### :book: Summary - generalize PR template wording #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Reviewed-on: https://gitea.ocram85.com/CodeServer/Container/pulls/15 --- .gitea/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 02b8ef6..a6e9ffb 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ > :bulb: Select your test plan for the code changes. -- [ ] Tested via Drone.io pipeline +- [x] CI pipeline tests - [ ] Custom test - [ ] No test plan