From 566e0c1cf8b655c066390a6700e05c88af41d875 Mon Sep 17 00:00:00 2001 From: GuilhermeWerner <26710260+GuilhermeWerner@users.noreply.github.com> Date: Wed, 11 Aug 2021 10:23:30 -0300 Subject: [PATCH] Remove unused files --- .github/config.yml | 0 Documentation/Authors.md | 1 - Documentation/Changelog.md | 1 - Documentation/CodeOfConduct.md | 1 - Documentation/Contributing.md | 31 ------------------------------- Documentation/Features.md | 1 - Documentation/Roadmap.md | 1 - 7 files changed, 36 deletions(-) delete mode 100644 .github/config.yml delete mode 100644 Documentation/Authors.md delete mode 100644 Documentation/Changelog.md delete mode 100644 Documentation/CodeOfConduct.md delete mode 100644 Documentation/Contributing.md delete mode 100644 Documentation/Features.md delete mode 100644 Documentation/Roadmap.md 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