From ecd09578e8e30394bfe898f00abe7808e4b8be1f Mon Sep 17 00:00:00 2001 From: zhangzifa Date: Thu, 24 Jan 2019 10:19:51 +0800 Subject: [PATCH] fix typo in issue template optimize issu template description --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e6d7de4e8..8234c2fb0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,18 +11,16 @@ Please fill in as much of the template below as you can. Product and API: the product and API you are working on when bug occurs Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) - - -If possible, please provide code that demonstrates the problem, keeping it as -simple and free of external dependencies as you can. +How to Reproduce: If possible, please provide code that demonstrates the problem, +keeping it as simple and free of external dependencies as you can. If crash, please provide the stack trace. -If build error, please provide compiler infomation: compiler and version, etc +If build error, please provide compiler information: compiler and version, etc --> * **Product and API**: * **Platform**: -* **Mininum Code** +* **How to Reproduce**