From bf4b47f0a8729db9284bbe2489d0d73b3e8e0e98 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov <138671+Godin@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:31:40 +0200 Subject: [PATCH] Create form.yml --- .github/ISSUE_TEMPLATE/form.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/form.yml diff --git a/.github/ISSUE_TEMPLATE/form.yml b/.github/ISSUE_TEMPLATE/form.yml new file mode 100644 index 0000000..6a87210 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/form.yml @@ -0,0 +1,17 @@ +name: Form +description: Form +body: + - type: markdown + attributes: + value: | + Body + - type: dropdown + id: version + attributes: + label: Version + description: What version of our software are you running? + options: + - 1.0.2 (Default) + - 1.0.3 (Edge) + validations: + required: true