From 4cf7e9496af0c5cc8fbb8ca00d70426742d7fb96 Mon Sep 17 00:00:00 2001 From: Lionel C <43442120+lionel42@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:13:20 +0100 Subject: [PATCH] Create help_required.yml --- .github/ISSUE_TEMPLATE/help_required.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/help_required.yml diff --git a/.github/ISSUE_TEMPLATE/help_required.yml b/.github/ISSUE_TEMPLATE/help_required.yml new file mode 100644 index 0000000..cdfc635 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help_required.yml @@ -0,0 +1,22 @@ +--- +name: Help Required +description: Request some help for your data or your use case +title: "[HELP]: " +labels: [Help required] +body: + - type: markdown + attributes: + value: >- + If you want to do something specific with emiproc but you dont know how to do it, this is the right place. + - type: textarea + id: problem + attributes: + label: Problem + description: Briefly describe the situation you face and what you would like to achieve with emiproc + placeholder: | + * I would like to load inventory [...] data in emiproc + * I would like to export emiproc to model [...] + * I would like to implement this operation [...] to my script but I don't know how to do. + * ... + validations: + required: true