49 lines
1.4 KiB
Markdown
49 lines
1.4 KiB
Markdown
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Support</title>
|
||
|
|
<style>
|
||
|
|
.bagisto
|
||
|
|
{
|
||
|
|
color: blue;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<div>
|
||
|
|
<h3>Title</h3>
|
||
|
|
<hr>
|
||
|
|
<p class="bagisto">
|
||
|
|
Title is a vital part of bug report for developer and triager to quickly identify a unique issue.
|
||
|
|
<br>
|
||
|
|
A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<h3>Preconditions</h3>
|
||
|
|
<hr>
|
||
|
|
<p class="bagisto">Please provide as detailed information about your environment as possible.</p>
|
||
|
|
<ul>
|
||
|
|
<li> framework Version:</li>
|
||
|
|
<li>Commit id:</li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<h3>Description</h3>
|
||
|
|
<hr>
|
||
|
|
<p class="bagisto">Description helps the developer to understand the exact scenario.It describes the problem encountered.</p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div>
|
||
|
|
<h3>Steps to reproduce</h3>
|
||
|
|
<hr>
|
||
|
|
<p class="bagisto">It is important to provide a set of clear steps to reproduce that scenario. If relevant please include code samples.</p>
|
||
|
|
<ol>
|
||
|
|
<li> step1</li>
|
||
|
|
<li> step2</li>
|
||
|
|
</ol>
|
||
|
|
</div>
|
||
|
|
|