From 0a1cb24b12270647b3070fb476d6ce2a7ec10688 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Fri, 16 Jul 2021 11:18:49 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/help-request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/help-request.md diff --git a/.github/ISSUE_TEMPLATE/help-request.md b/.github/ISSUE_TEMPLATE/help-request.md new file mode 100644 index 0000000..7c22a4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help-request.md @@ -0,0 +1,20 @@ +--- +name: Help request +about: Ask help to the community +title: '' +labels: help wanted +assignees: '' + +--- + +## Describe your problem +A clear and concise description of what you want to do + +## More details about your problem +Steps to reproduce the behavior, expected behavior etc... + +## Provide a test case +If applicable, provide minimal python code + docx template + other files (images etc...) to reproduce the behavior + +## Screenshots +If applicable, add screenshots to help explain your problem.