mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Made it better.
This commit is contained in:
parent
83e4e11d59
commit
fc94209264
1 changed files with 13 additions and 7 deletions
|
|
@ -77,6 +77,12 @@ root: ..
|
|||
cases.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
For a technical tutorial on how to submit a pull request, check out
|
||||
<a href="https://github.com/GarageGames/Torque3D/wiki/How-To:--Submit-A-Pull-Request">this page in our wiki</a>, or
|
||||
<a href="https://help.github.com/articles/using-pull-requests">this tutorial by GitHub</a>.
|
||||
</p>
|
||||
|
||||
<h3>Pull request rules</h3>
|
||||
<p>
|
||||
Pull requests not adhering to these rules <i>cannot</i> be accepted, so pay attention!
|
||||
|
|
@ -170,7 +176,13 @@ root: ..
|
|||
<p>
|
||||
We maintain an <b>X.Y.z</b> version scheme similar to that of
|
||||
<a href="http://semver.org/">Semantic Versioning</a>. However, since our API is
|
||||
less well-defined, we define the three components as follows:
|
||||
less well-defined, the table below describes what we mean by the three
|
||||
version number components.
|
||||
</p>
|
||||
|
||||
<p class="alert alert-warning">
|
||||
Note that this new versioning policy is different to the one adopted by the first
|
||||
Steering Committee, and applies only to engine versions 3.5.2 and above.
|
||||
</p>
|
||||
|
||||
<table class="table">
|
||||
|
|
@ -195,12 +207,6 @@ root: ..
|
|||
the engine API in a significant way.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p class="alert alert-warning">
|
||||
Note that this new versioning policy is different to the one adopted by the first
|
||||
two Steering Committees, and applies only to engine versions 3.6 and above, or
|
||||
3.5.2 and above.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="banner"><div class="container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue