Skip to content

Commit

Permalink
Create help_required.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel42 authored Dec 18, 2024
1 parent abf78d0 commit 4cf7e94
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/help_required.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4cf7e94

Please sign in to comment.