From d49882f9f1e736721153b4071c9e59b757a5a745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=27Disper=27=20Drzewiecki?= Date: Wed, 23 Apr 2025 13:25:59 +0200 Subject: [PATCH] PoC template --- .github/ISSUE_TEMPLATE/poc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/poc.md b/.github/ISSUE_TEMPLATE/poc.md index f98fde1a6..18c1311fc 100644 --- a/.github/ISSUE_TEMPLATE/poc.md +++ b/.github/ISSUE_TEMPLATE/poc.md @@ -13,6 +13,7 @@ projects: ["kyma-project/24"] **Description** This is a Proof of Concept. Here's a checklist that should help you consider often neglected aspects:- +- [ ] should we implement a feature flag from the start? - [ ] should the PoC include any documentation such as ADR? - [ ] is it clear who will benefit from the PoC and how? - [ ] will the final implementation require any migration steps?