├── README.md ├── principles ├── BWS-152 └── README.md ├── project-ideas ├── README.md ├── google-soc │ ├── about.md │ ├── omk-project.md │ ├── soc2018.md │ ├── soc2019.md │ └── soc2020.md └── outreachy │ └── outreachy-may-2020.md ├── quarterly-goals └── README.md └── resources └── README.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/README.md -------------------------------------------------------------------------------- /principles/BWS-152: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/principles/BWS-152 -------------------------------------------------------------------------------- /principles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/principles/README.md -------------------------------------------------------------------------------- /project-ideas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/project-ideas/README.md -------------------------------------------------------------------------------- /project-ideas/google-soc/about.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/project-ideas/google-soc/about.md -------------------------------------------------------------------------------- /project-ideas/google-soc/omk-project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/project-ideas/google-soc/omk-project.md -------------------------------------------------------------------------------- /project-ideas/google-soc/soc2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/project-ideas/google-soc/soc2018.md -------------------------------------------------------------------------------- /project-ideas/google-soc/soc2019.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/project-ideas/google-soc/soc2019.md -------------------------------------------------------------------------------- /project-ideas/google-soc/soc2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/project-ideas/google-soc/soc2020.md -------------------------------------------------------------------------------- /project-ideas/outreachy/outreachy-may-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/project-ideas/outreachy/outreachy-may-2020.md -------------------------------------------------------------------------------- /quarterly-goals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/quarterly-goals/README.md -------------------------------------------------------------------------------- /resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hotosm/tech/HEAD/resources/README.md --------------------------------------------------------------------------------