diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61404ac9a..9ce02dbc7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,138 +1,5 @@ # Contributing -## Project Structure -``` -project -│ ... -│ -|---/.github -│ │ -│ │---/ISSUE_TEMPLATE -│ │ -│ \ ... -│ -│--- /functions -│ | -│ \ ... -| -|--- /src -| │---/js -| | |---/account -| | | | -| | | | ... -| | | -| | |---/elements -| | | | -| | | | ... -| | | -| | |---/popups -| | | | -| | | | ... -| | | -| | |--- /settings -| | | | -| | | | ... -| | | -| | |---/test -| | | | -| | | | ... -| | | -| | | ... -| | -| | ---/sass -| | | -| | | ... -| \ -| -|--- /static -| | -| |---/challenges -| | | -| | | ... -| | | -| | -| |---/css -| | | -| | | ... -| | -| |---/fonts -| | | -| | | ... -| | -| |---/funbox -| | | -| | | ... -| | -| |---/images -| | | -| | |---/favicon -| | | | -| | | | ... -| | | -| | |--/monkey -| | | | -| | | | ... -| | | -| | | ... -| | -| |---/js -| | | -| | | ... -| | -| |---/languages -| | | -| | | ... -| | -| |---/quotes -| | | -| | | ... -| | -| |---/sound -| | | -| | |---/click1 -| | | | -| | | | ... -| | | -| | |---/click2 -| | | | -| | | | ... -| | | -| | |---/click3 -| | | | -| | | | ... -| | |---/click4 -| | | | -| | | | ... -| | | | -| | | | ... -| | | -| | | ... -| | | -| | | -| |---/themes -| | | -| | | ... -| | -| |---/webfonts -| | | -| | | ... -| | -| | ... -| \ -| -| ... -| -\ - - -``` - -**hints:** -1. any spot you see the `...` anotation, it means there are files that are not in folder(s) in that director -2. when something ends with a `\` or backslash it menas that is the end of the directory -3. folders annotated as `|--- /folder` are the main folders and folders annotated as `|---/folder` as sub folders - - ## Technologies - NodeJS v10