├── .github └── ISSUE_TEMPLATE │ ├── documentation.md │ ├── event.md │ └── study.md ├── CODEOWNERS ├── CoC.md ├── Friendly_chats.md ├── LICENSE ├── README.md ├── ad.md ├── courses ├── courses.md └── devops │ ├── free.md │ └── price.md ├── cvman.md ├── devops ├── certification.md ├── middle.md └── starter.md ├── events.md ├── hrman.md ├── relocate.md └── vacancy.md /.github/ISSUE_TEMPLATE/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/.github/ISSUE_TEMPLATE/documentation.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/.github/ISSUE_TEMPLATE/event.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/study.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/.github/ISSUE_TEMPLATE/study.md -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CoC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/CoC.md -------------------------------------------------------------------------------- /Friendly_chats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/Friendly_chats.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/README.md -------------------------------------------------------------------------------- /ad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/ad.md -------------------------------------------------------------------------------- /courses/courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/courses/courses.md -------------------------------------------------------------------------------- /courses/devops/free.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/courses/devops/free.md -------------------------------------------------------------------------------- /courses/devops/price.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/courses/devops/price.md -------------------------------------------------------------------------------- /cvman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/cvman.md -------------------------------------------------------------------------------- /devops/certification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/devops/certification.md -------------------------------------------------------------------------------- /devops/middle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/devops/middle.md -------------------------------------------------------------------------------- /devops/starter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/devops/starter.md -------------------------------------------------------------------------------- /events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/events.md -------------------------------------------------------------------------------- /hrman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/hrman.md -------------------------------------------------------------------------------- /relocate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/relocate.md -------------------------------------------------------------------------------- /vacancy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/telegram-ru/devops_chats/HEAD/vacancy.md --------------------------------------------------------------------------------