mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +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.
|
cases.
|
||||||
</p>
|
</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>
|
<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!
|
||||||
|
|
@ -170,7 +176,13 @@ root: ..
|
||||||
<p>
|
<p>
|
||||||
We maintain an <b>X.Y.z</b> version scheme similar to that of
|
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
|
<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>
|
</p>
|
||||||
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
|
|
@ -195,12 +207,6 @@ root: ..
|
||||||
the engine API in a significant way.</td>
|
the engine API in a significant way.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</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>
|
||||||
|
|
||||||
<div class="banner"><div class="container">
|
<div class="banner"><div class="container">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue