Those were supposed to be h2s.

This commit is contained in:
Daniel Buckmaster 2014-03-31 17:11:09 +11:00
parent 71fdd8fe86
commit d4cef9bb28

View file

@ -59,7 +59,7 @@ root: ..
</div></div> </div></div>
<div class="container"> <div class="container">
<h2>So you want to make a pull request</h2> <h3>So you want to make a pull request</h3>
<p> <p>
Pull requests are the way that community members like you can get your code Pull requests are the way that community members like you can get your code
pulled into the official Torque 3D repository for everyone else to use. We pulled into the official Torque 3D repository for everyone else to use. We
@ -77,7 +77,7 @@ root: ..
cases. cases.
</p> </p>
<h2>Pull request rules</h2> <h3>Pull request rules</h3>
<p> <p>
Pull requests not adhering to these rules <i>cannot</i> be accepted, so pay attention! Pull requests not adhering to these rules <i>cannot</i> be accepted, so pay attention!
</p> </p>
@ -105,7 +105,7 @@ root: ..
member may perform that work themselves. member may perform that work themselves.
</p> </p>
<h2>Pull request guidelines</h2> <h3>Pull request guidelines</h3>
<p> <p>
Here are some of the things we look for in a great pull request. These aren't Here are some of the things we look for in a great pull request. These aren't
hard-and-fast rules, but following these guidelines will increase the chances hard-and-fast rules, but following these guidelines will increase the chances
@ -134,7 +134,7 @@ root: ..
before the request is pulled.</li> before the request is pulled.</li>
</ul> </ul>
<h2>The pull request process</h2> <h3>The pull request process</h3>
<ol> <ol>
<li>You make a pull-request to the GarageGames/Torque3D repository.</li> <li>You make a pull-request to the GarageGames/Torque3D repository.</li>