From 6d113d4102784931c3968a08add90ef9c1baf007 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Wed, 23 Oct 2024 10:47:36 +0200 Subject: [PATCH] Change bug report yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index a5f059b4..9214e1be 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -9,14 +9,14 @@ body: placeholder: Before filling a report, make sure you have read the documentation and you are on the latest version of the package. If the issue is non-trivial YOU MUST CREATE A REPRODUCIBLE EXAMPLE. Otherwise the issue will be closed. validations: required: true - - type: textarea + - type: input id: version-op-sqlite attributes: label: op-sqlite version placeholder: What version of op-sqlite are you using? Have you tried the latest version? validations: required: true - - type: textarea + - type: input id: version-rn attributes: label: React Native version @@ -24,7 +24,7 @@ body: validations: required: true - - type: textarea + - type: input id: repro attributes: label: Reproducible Example