Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey White committed Feb 20, 2024
1 parent b83e35d commit c17668d
Showing 1 changed file with 51 additions and 33 deletions.
84 changes: 51 additions & 33 deletions logistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,42 +233,60 @@ <h3 id="data">Data</h3>

<h3 id="issue_report">How to Write an Issue Report</h3>
<p>Please use the following template when submitting software specific issues.</p>
<br>

<b>Subject/Title</b>
<p>Keep it short and to the point.</p>
<br>

<b>Describe the Bug</b>
<p>A clear and concise description of wht the bug is.</p>
<br>

<b>To Reproduce</b>
<p>Steps to reproduce the behavior:</p>
<ol>
<li>Go to '...'
<li>Click on '....'
<li>Scroll down to '....'
<li>See error
</ol>

<b>Expected Behavior</b>
<p>A clear and concise description of what you expected to happen.</p>
<br>

<b>Screenshots or Video</b>
<p>If applicable, add screenshots or video to help explain your problem.</p>
<br>

<b>System Description</b>
<p><i>Please complete the following information:</i></p>

<ul>
<li><b>Subject/Title</b></li>
<ul>
<li>Short description of the issue</li>
</ul>
</ul>

<ul>
<li>OS: [e.g. Windows 10, macOS 10.15, Ubuntu 20.04]
<li>GRASS GIS version or ArcPro version: [e.g. 8.3.0, 2.8.3]
<li><b>Describe the Bug</b></li>
<ul>
<li>A clear and concise description of wht the bug is.</li>
</ul>
</ul>

<b>Additional Context</b>
<p>Add any other context about hte problem here.</p>

<ul>
<li><b>To Reproduce</b></li>
<p>Steps to reproduce the behavior:</p>
<ol>
<li>Go to '...'
<li>Click on '....'
<li>Scroll down to '....'
<li>See error
</ol>
</ul>

<ul>
<li><b>Expected Behavior</b></li>
<ul>
<li>A clear and concise description of what you expected to happen.</li>
</ul>
</ul>

<ul>
<li><b>Screenshots or Video</b></li>
<ul>
<li>If applicable, add screenshots or video to help explain your problem.</li>
</ul>
</ul>

<ul>
<li><b>System Description</b></li>
<p><i>Please complete the following information:</i></p>
<ul>
<li>OS: [e.g. Windows 10, macOS 10.15, Ubuntu 20.04]</li>
<li>GRASS GIS version or ArcPro version: [e.g. 8.3.0, 2.8.3]</li>
</ul>
</ul>

<ul>
<li><b>Additional Context</b></li>
<p>Add any other context about the problem here.</p>
</ul>

<h3 id="assignments">Assignments</h3>

Expand Down

0 comments on commit c17668d

Please sign in to comment.