From ef622f28e51e2dc46770cdd52e8556bfe1defe88 Mon Sep 17 00:00:00 2001 From: Eric Lapouyade Date: Fri, 16 Jul 2021 11:02:03 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6ea99a1..78b0fa1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,17 +7,17 @@ assignees: '' --- -**Describe the bug** +##Describe the bug A clear and concise description of what the bug is. -**To Reproduce** +##To Reproduce Please, provide a fully standalone runnable test case : minimal python code + docx template + other files if needed (images etc...) -**Expected behavior** +##Expected behavior A clear and concise description of what you expected to happen. -**Screenshots** +##Screenshots If applicable, add screenshots to help explain your problem. -**Additional context** +##Additional context Add any other context about the problem here.