Add licensing exceptions to ordered list. Remove unnecessary Policy section. Improve Branches wording.

This commit is contained in:
inference 2022-11-13 15:58:10 +00:00
parent 721e5aa775
commit 83714d56d7

View File

@ -5,9 +5,12 @@
<h2>Licensing</h2> <h2>Licensing</h2>
<p>All content is licensed under BSD 3-Clause Clear License.</p> <p>All content is licensed under BSD 3-Clause Clear License.</p>
<br> <br>
<p>Exceptions: All content outside of code, including personal content<br> <p>Exceptions:<br>
<ol>
<li>All content outside of code, including personal content<br>
such as blog posts, is copyrighted and cannot be distributed or modified<br> such as blog posts, is copyrighted and cannot be distributed or modified<br>
without explicit consent from myself.</p> without explicit consent from myself.</li></p>
</ol>
<br> <br>
<br> <br>
<h2>Security</h2> <h2>Security</h2>
@ -19,40 +22,14 @@ The maintainers take no responsibility for any security issues which<br>
may arise due to usage of this repository.</p> may arise due to usage of this repository.</p>
<br> <br>
<br> <br>
<h2>Policy</h2>
<h3>Contributing</h3>
<p>To contribute to the project, submit a pull request. All pull requests<br>
are subject to approval.<br>
<br>
Code must follow the standard style for Inferencium Network code:<br>
- 80 character column limit.<br>
- Tab indents.<br>
- 1 tab indent equals 4 columns.<br>
- Comments must be used for each different block of code.<br>
- Comments must be concise. Do not make comments longer than necessary.<br>
- Code and comments must be professional. No funny or vulgar code or<br>
comments.<br>
<br>
Files must be stored in their related directories.<br>
<br>
Text files must be stored as plain text (.txt) or Markdown (.md) files.<br>
<br>
All dates and times must be ISO 8601 compliant (YYYY-MM-DD HH:MM).<br>
<br>
All filenames must be most significant to least significant, lowercase, and<br>
hyphens must be used instead of spaces.</p>
<br>
<br>
<h2>Branches</h2> <h2>Branches</h2>
<h3>dev</h3> <h3>dev</h3>
<p>Development branch. All pre-alpha development and alpha testing happens<br/> <p>Development branch. All pre-alpha development and alpha testing happens<br/>
here.<br/> here.<br/>
Merge requests must be made to the dev branch.</p>
<br> <br>
<h3>beta</h3> <h3>beta</h3>
<p>Beta branch. All beta testing of the software happens here.</p> <p>Beta branch. All beta testing happens here.</p>
<br> <br>
<h3>stable</h3> <h3>stable</h3>
<p>Stable branch. Complete and stable versions of the software are stored<br/> <p>Stable branch. Complete and stable versions are stored here.<br/>
here.<br/>
<br/> <br/>