sarga/FEATURE_REQUEST_TEMPLATE.md

1.3 KiB

<html> <head> </head>
<body>
    <div>
        <h3>Title</h3>
        <hr>
        <p class="bagisto">

         A well written title should contain a clear, brief explanation of the Feature, 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 Feature.
        </p>
    </div>

    <div>
        <h3>Steps to reproduce</h3>
        <hr>
        <p class="bagisto">It is important to provide a set of clear steps to that location where feature need to be added. If relevant please include code samples.</p>
        <ol>
            <li> step1</li>
            <li> step2</li>
        </ol>
    </div>