From 63a025011f94084d19831d93aa0f933e809725e8 Mon Sep 17 00:00:00 2001 From: vaishaliwebkul <43210406+vaishaliwebkul@users.noreply.github.com> Date: Fri, 13 Sep 2019 12:22:30 +0530 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 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 0000000..2fcf1c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From 0ec545dd97b0ea210f92b7b759431e6a6526de3b Mon Sep 17 00:00:00 2001 From: vaishaliwebkul <43210406+vaishaliwebkul@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:08:39 +0530 Subject: [PATCH 2/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2fcf1c6..e978995 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,7 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' -assignees: '' + --- @@ -12,21 +10,16 @@ A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +Mention All the set of action you were perfom to generate issue which helps in debug + **Expected behavior** A clear and concise description of what you expected to happen. + **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] **Additional context** Add any other context about the problem here. From 094f309090ae485e9ef11387ddfff6a8a7f621c6 Mon Sep 17 00:00:00 2001 From: vaishaliwebkul <43210406+vaishaliwebkul@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:10:45 +0530 Subject: [PATCH 3/3] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e978995..a1c832a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- -name: Bug report -about: Create a report to help us improve +# name: Bug report +# about: Create a report to help us improve ---