diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c5b82607..396910d0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,19 +4,26 @@ about: Create a report to help us improve --- -**Describe the bug** +## Describe the bug + A clear and concise description of what the bug is. -**Versions (please complete the following information):** +## Versions + +Please complete the following information: + - OS: [e.g. macos, Linux, Windows] - Python [e.g. 3.6] - HttpRunner [e.g. 1.5.11] -**Traceback** +## Traceback + Traceback when bug occurs. -**Project file structure** +## Project file structure + File structure of your project. A good way is to run `tree` command. -**Project files (If possible)** +## Project files (If possible) + Provide your project files to help locate and debug bugs faster. This is not mandatory.