From 25d529b4ecaba409577daf971d24dc3bbeab35be Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 23 May 2022 20:02:39 +0100 Subject: [PATCH] Add policy section. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index a4ec60b..8389134 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,30 @@ 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