diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index e69de29..0000000 diff --git a/Documentation/Authors.md b/Documentation/Authors.md deleted file mode 100644 index 0ca9600..0000000 --- a/Documentation/Authors.md +++ /dev/null @@ -1 +0,0 @@ -# Authors diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md deleted file mode 100644 index 825c32f..0000000 --- a/Documentation/Changelog.md +++ /dev/null @@ -1 +0,0 @@ -# Changelog diff --git a/Documentation/CodeOfConduct.md b/Documentation/CodeOfConduct.md deleted file mode 100644 index 55fd56d..0000000 --- a/Documentation/CodeOfConduct.md +++ /dev/null @@ -1 +0,0 @@ -# Code Of Conduct diff --git a/Documentation/Contributing.md b/Documentation/Contributing.md deleted file mode 100644 index 6af4f1b..0000000 --- a/Documentation/Contributing.md +++ /dev/null @@ -1,31 +0,0 @@ -# Contributing - -The folowing conventions must be strictly followed in this project. - -## Conventions - -### Coding - -- Naming conventions: - - For functions use pascal case: `FunctionName`. - - For scoped variables and function paramters use snake case: `variable_name` and `parameter_name`. - - For class names use pascal case: `ClassName`. - - For class variables use snake case: `variable_name`. - - For macros use upper case snake case: `MACRO_NAME`. - -- Use tabs for indentation, not spaces. -- All function names should be verbs. - -### Services Conventions - -- For JSON keys always use pascal case: `KeyName`. -- For url endpoints always use kebab case: `url-endpoint` - -### Directory Structure - -- Naming conventions: - - Folder names must be in pascal case: `FolderName`. - - File names also must be in pascal case: `FileName.extension`. - - Never use symbols or unicode characters. - -- All source code must be in the `Source` directory. diff --git a/Documentation/Features.md b/Documentation/Features.md deleted file mode 100644 index ead0223..0000000 --- a/Documentation/Features.md +++ /dev/null @@ -1 +0,0 @@ -# Features diff --git a/Documentation/Roadmap.md b/Documentation/Roadmap.md deleted file mode 100644 index 437766d..0000000 --- a/Documentation/Roadmap.md +++ /dev/null @@ -1 +0,0 @@ -# Roadmap