Skip to content

Commit 644ccd3

Browse files
committed
Add new Team Policies page by Chris Jakeman.
1 parent 67b0a41 commit 644ccd3

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

_data/menu.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ toc:
5151
url: /contribute/building-models
5252
- page: Developing Code
5353
url: /contribute/developing-code
54+
- page: Team Policies
55+
url: /contribute/team-policies
5456
- page: Joining the Team
5557
url: /contribute/joining-the-team
5658
- page: Credits

contribute/team-policies/index.html

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: default
3+
section: Contribute
4+
title: Team Policies
5+
---
6+
7+
<div class="row">
8+
<div class="col-md-3"></div>
9+
<div class="col-md-6">
10+
<h2>License</h2>
11+
The GNU Public License allows a user to use Open Rails in any way, except that you may not distribute software containing part of Open Rails without respecting
12+
the license terms.
13+
14+
<h2>Liability</h2>
15+
<p>
16+
Open Rails is intended for entertainment purposes only and, to avoid liability, is not suitable for professional applications.
17+
</p>
18+
19+
<h2>Code Submissions</h2>
20+
<p>
21+
Code contributions to our repository must be in Microsoft's C# language.
22+
An authorised developer may not change content in the official version of Open Rails without approval from another authorised developer.
23+
</p>
24+
25+
<h2>Content Compatibility</h2>
26+
<p>
27+
Open Rails will continue to maintain compatibility with content from previous official versions of Open Rails.
28+
</p>
29+
30+
<h2>File Formats</h2>
31+
<p>
32+
New types of content will use the JavaScript Object Notation (JSON).
33+
<br>
34+
Existing types of content from previous official versions of Open Rails will continue to be loaded without change.
35+
</p>
36+
37+
<h2>User Language</h2>
38+
<p>
39+
English documents and text use American spelling (license, color etc.).
40+
</p>
41+
</div>
42+
</div>

0 commit comments

Comments
 (0)