├── .github └── pull_request_template.md ├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md └── SECURITY.md /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/template-repo/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/template-repo/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/template-repo/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/template-repo/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oracle/template-repo/HEAD/SECURITY.md --------------------------------------------------------------------------------