├── .github ├── ISSUE_TEMPLATE │ └── speaker_template.md └── issue_template.md ├── LICENSE.md └── README.md /.github/ISSUE_TEMPLATE/speaker_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPSP/quero-palestrar/HEAD/.github/ISSUE_TEMPLATE/speaker_template.md -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPSP/quero-palestrar/HEAD/.github/issue_template.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPSP/quero-palestrar/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHPSP/quero-palestrar/HEAD/README.md --------------------------------------------------------------------------------