kerhub / issue-forms-creator

GitHub Issue Forms generator
https://issue-forms-creator.netlify.app/
MIT License
52 stars 5 forks source link

[Bug]: Loading template does not work #129

Open ThexXTURBOXx opened 1 year ago

ThexXTURBOXx commented 1 year ago

Description

Loading any template (also pasting from YAML) does not work for me. See below for a MRE.

Minimal Reproduction

I am using the following MRE:

name: Bug report
description: Create a bug report to help us improve
title: '[Bug]: '
body:
  - type: textarea
    attributes:
      label: Description
      description: Hello
      placeholder: Trying to load anything
    validations:
      required: true

Exception or Error

No response

geromegrignon commented 1 year ago

Hello @ThexXTURBOXx, thanks for raising the issue. I haven't had time to work on this project for a while.