├── .github └── ISSUE_TEMPLATE │ ├── bug---duplicacao---erros.md │ ├── melhoria.md │ └── novo-perfil-ou-comunidade.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── comunidades.md /.github/ISSUE_TEMPLATE/bug---duplicacao---erros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgannadev/mulherestecnologia/HEAD/.github/ISSUE_TEMPLATE/bug---duplicacao---erros.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/melhoria.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgannadev/mulherestecnologia/HEAD/.github/ISSUE_TEMPLATE/melhoria.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/novo-perfil-ou-comunidade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgannadev/mulherestecnologia/HEAD/.github/ISSUE_TEMPLATE/novo-perfil-ou-comunidade.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgannadev/mulherestecnologia/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgannadev/mulherestecnologia/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgannadev/mulherestecnologia/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgannadev/mulherestecnologia/HEAD/README.md -------------------------------------------------------------------------------- /comunidades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgannadev/mulherestecnologia/HEAD/comunidades.md --------------------------------------------------------------------------------