diff --git a/README.md b/README.md index e10fc54..2d0dd68 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,12 @@

Licensing

All content is licensed under BSD 3-Clause Clear License.


-

Exceptions: All content outside of code, including personal content
+

Exceptions:
+

    +
  1. All content outside of code, including personal content
    such as blog posts, is copyrighted and cannot be distributed or modified
    -without explicit consent from myself.

    +without explicit consent from myself.
  2. +


Security

@@ -19,40 +22,14 @@ The maintainers take no responsibility for any security issues which
may arise due to usage of this repository.



-

Policy

-

Contributing

-

To contribute to the project, submit a pull request. All pull requests
-are subject to approval.
-
-Code must follow the standard style for Inferencium Network code:
-- 80 character column limit.
-- Tab indents.
-- 1 tab indent equals 4 columns.
-- Comments must be used for each different block of code.
-- Comments must be concise. Do not make comments longer than necessary.
-- Code and comments must be professional. No funny or vulgar code or
-comments.
-
-Files must be stored in their related directories.
-
-Text files must be stored as plain text (.txt) or Markdown (.md) files.
-
-All dates and times must be ISO 8601 compliant (YYYY-MM-DD HH:MM).
-
-All filenames must be most significant to least significant, lowercase, and
-hyphens must be used instead of spaces.

-
-

Branches

dev

Development branch. All pre-alpha development and alpha testing happens
here.
-Merge requests must be made to the dev branch.


beta

-

Beta branch. All beta testing of the software happens here.

+

Beta branch. All beta testing happens here.


stable

-

Stable branch. Complete and stable versions of the software are stored
-here.
+

Stable branch. Complete and stable versions are stored here.