mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 06:47:28 +00:00
Remove unused files
This commit is contained in:
parent
bbb03204cd
commit
566e0c1cf8
7 changed files with 0 additions and 36 deletions
0
.github/config.yml
vendored
0
.github/config.yml
vendored
|
|
@ -1 +0,0 @@
|
|||
# Authors
|
||||
|
|
@ -1 +0,0 @@
|
|||
# Changelog
|
||||
|
|
@ -1 +0,0 @@
|
|||
# Code Of Conduct
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
# Features
|
||||
|
|
@ -1 +0,0 @@
|
|||
# Roadmap
|
||||
Loading…
Add table
Add a link
Reference in a new issue