├── .github ├── ISSUE_TEMPLATE │ ├── funcionalidade_nova.md │ └── reportar_problema.md └── PULL_REQUEST_TEMPLATE.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/funcionalidade_nova.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenDevUFCG/oss-template/HEAD/.github/ISSUE_TEMPLATE/funcionalidade_nova.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/reportar_problema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenDevUFCG/oss-template/HEAD/.github/ISSUE_TEMPLATE/reportar_problema.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenDevUFCG/oss-template/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenDevUFCG/oss-template/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenDevUFCG/oss-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OpenDevUFCG/oss-template/HEAD/README.md --------------------------------------------------------------------------------