Remove unused files

This commit is contained in:
GuilhermeWerner
2021-08-11 10:23:30 -03:00
parent bbb03204cd
commit 566e0c1cf8
7 changed files with 0 additions and 36 deletions

0
.github/config.yml vendored
View File

View File

@ -1 +0,0 @@
# Authors

View File

@ -1 +0,0 @@
# Changelog

View File

@ -1 +0,0 @@
# Code Of Conduct

View File

@ -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.

View File

@ -1 +0,0 @@
# Features

View File

@ -1 +0,0 @@
# Roadmap