ISSUE_TEMPLATE corrections
This commit is contained in:
parent
62d1b23a14
commit
484f1d7a93
|
|
@ -1,33 +1,29 @@
|
||||||
# Bug report
|
# Bug report
|
||||||
|
|
||||||
### Title
|
### Title
|
||||||
|
**Title is a vital part of bug report for developer and triager to quickly identify a unique issue.**
|
||||||
|
|
||||||
<p class="bagisto">
|
A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points.
|
||||||
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.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
### Issue Description
|
### 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
|
### Preconditions
|
||||||
Please provide as detailed information about your environment as possible.
|
**Please provide as detailed information about your environment as possible.**
|
||||||
|
|
||||||
1. framework Version.
|
1. framework Version.
|
||||||
2. Commit id.
|
2. Commit id.
|
||||||
|
|
||||||
### Steps to reproduce
|
### 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
|
1. step1
|
||||||
2. step2
|
2. step2
|
||||||
|
|
||||||
### Expected result
|
### Expected result
|
||||||
Tell us what should happen
|
**Tell us what should happen.**
|
||||||
* [Screenshots, logs or description]
|
* [Screenshots, logs or description]
|
||||||
|
|
||||||
### Actual result
|
### Actual result
|
||||||
Tell us what happens instead
|
**Tell us what happens instead.**
|
||||||
* [Tell us what happens instead]
|
* [Tell us what happens instead]
|
||||||
Loading…
Reference in New Issue