From 6a161930a6b4394f56c642fb3456179a1637116a Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Mon, 23 Jun 2025 21:35:33 +0200 Subject: [PATCH] Remove default value for reproduction steps in bug issue form --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ee11ede..fb1176b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -30,10 +30,6 @@ body: 1. Run command `asciinema ...` 2. Do action '...' 3. Observe error - value: | - 1. - 2. - 3. validations: required: true