From 4d5dcb3e40d30cb9ec028a87192a7dfd1f98ed34 Mon Sep 17 00:00:00 2001 From: YuryHrytsuk Date: Mon, 25 Nov 2024 08:23:56 +0100 Subject: [PATCH] Update new service intro section in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 370d90e5..4feb9abc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,7 +17,7 @@ - [ ] Service has resource limits and reservations - [ ] Service has placement constraints or is global - [ ] Service is restartable - - [ ] The restart is zero-downtime +- [ ] Service restart is zero-downtime - [ ] Service is not bound to one specific node (e.g. via files or volumes) -- [ ] Relevant OPS E2E Test for this stack were added ---> +- [ ] Relevant OPS E2E Test are added +- [ ] Service's Public URL is included in maintenance mode -->