diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 78b0fa1..a59c773 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,23 +1,23 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a bug report to help us fix the code title: '' labels: bug 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.