├── LICENSE ├── README.md ├── assets └── logo.jpg ├── code_of_conduct.md ├── contribute.md └── translations └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGenus/Feedback/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGenus/Feedback/HEAD/README.md -------------------------------------------------------------------------------- /assets/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGenus/Feedback/HEAD/assets/logo.jpg -------------------------------------------------------------------------------- /code_of_conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGenus/Feedback/HEAD/code_of_conduct.md -------------------------------------------------------------------------------- /contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenGenus/Feedback/HEAD/contribute.md -------------------------------------------------------------------------------- /translations/README.md: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------