├── .gitattributes ├── .github └── ISSUE_TEMPLATE │ ├── actualizar-curso.yaml │ ├── actualizar-proyecto.yaml │ ├── agregar-curso.yaml │ └── agregar-proyecto.yaml ├── LICENSE └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyveon/open-source-uchile/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/actualizar-curso.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyveon/open-source-uchile/HEAD/.github/ISSUE_TEMPLATE/actualizar-curso.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/actualizar-proyecto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyveon/open-source-uchile/HEAD/.github/ISSUE_TEMPLATE/actualizar-proyecto.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/agregar-curso.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyveon/open-source-uchile/HEAD/.github/ISSUE_TEMPLATE/agregar-curso.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/agregar-proyecto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyveon/open-source-uchile/HEAD/.github/ISSUE_TEMPLATE/agregar-proyecto.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyveon/open-source-uchile/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyveon/open-source-uchile/HEAD/README.md --------------------------------------------------------------------------------