From 484f1d7a934fe6562b53bc4f519f26e6424428fa Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Sat, 31 Aug 2019 14:39:47 +0530 Subject: [PATCH] ISSUE_TEMPLATE corrections --- ISSUE_TEMPLATE.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index ba6e43ec7..8dc67d40e 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,33 +1,29 @@ # Bug report ### Title + **Title is a vital part of bug report for developer and triager to quickly identify a unique issue.** -

- Title is a vital part of bug report for developer and triager to quickly identify a unique issue. - - A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points. -

- + A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points. ### Issue Description - Bug description helps the developer to understand the bug.It describes the problem encountered. + **Bug description helps the developer to understand the bug.It describes the problem encountered.** ### Preconditions - Please provide as detailed information about your environment as possible. + **Please provide as detailed information about your environment as possible.** 1. framework Version. 2. Commit id. ### Steps to reproduce - It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples. + **It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.** 1. step1 2. step2 ### Expected result - Tell us what should happen + **Tell us what should happen.** * [Screenshots, logs or description] ### Actual result - Tell us what happens instead + **Tell us what happens instead.** * [Tell us what happens instead] \ No newline at end of file