├── .github └── workflows │ └── blank.yml ├── README.md └── pull_request_template.md /.github/workflows/blank.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslabs-beta/vista/HEAD/.github/workflows/blank.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslabs-beta/vista/HEAD/README.md -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oslabs-beta/vista/HEAD/pull_request_template.md --------------------------------------------------------------------------------