Initial commit
This commit is contained in:
commit
9212949716
27 changed files with 24369 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## Contributing:
|
||||
I appreciate any and all pull requests, so long as they follow the below guidelines that I have set:
|
||||
|
||||
- Indentation must be tabs. If you use spaces in your PR, it will not get merged until fixed.
|
||||
- Naming of constants is in `SCREAMING_SNAKE_CASE`
|
||||
- File and component names are in `CapitalCamel`
|
||||
- Naming of everything else is in `snake_case`
|
||||
- Component names should be as short as possible, while still maintaining a high level of clarity as to what it is.
|
||||
- If in doubt about something, open an issue, or comment on an already existing, related issue mentioning @Oliver-Akins
|
||||
Loading…
Add table
Add a link
Reference in a new issue