From 0e3fd9536f60ecdcfec725f0d8a15ea3fc587562 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 6 Sep 2018 07:51:40 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c5b82607 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**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 when bug occurs. + +**Project file structure** +File structure of your project. A good way is to run `tree` command. + +**Project files (If possible)** +Provide your project files to help locate and debug bugs faster. This is not mandatory.