Leonardo Lima
Leonardo Lima
### Docker Support Implemented support to build, running, and testing with Docker containers and docker-compose. All instructions are included in README.md.
Create a GitHub Actions workflow for building the binary and show its state in README with a badge. I already made fork and created a simple workflow. If this feature...
Add the following new badges to `README.md`: [](https://goreportcard.com/report/github.com/googlemaps/google-maps-services-go)  [](https://opensource.org/licenses/Apache-2.0)
Add project information to `README.md`
Status badges with the following information: - Github Actions Go status - Go Report - Go Reference - License
Fixes #292 > Implemented contributing file and instructions on `README.md`
### GitHub Actions Implemented a CI for building the Docker image. A successful run can be seen [here](https://github.com/leozz37/makani/actions/runs/321032819). 
### C++ Example Implemented C++ example using CMake and [CPM.cmake](https://github.com/TheLartians/CPM.cmake) example.
Adding some badges to `README.md` with project information: [](https://github.com/prometheus-community/stackdriver_exporter/actions/workflows/golangci-lint.yml) [](https://goreportcard.com/report/github.com/prometheus-community/stackdriver_exporter) [](https://pkg.go.dev/github.com/prometheus-community/stackdriver_exporter?tab=doc) [](https://github.com/prometheus-community/stackdriver_exporter/releases)  [](https://opensource.org/licenses/Apache-2.0) And add `.vscode` directory to `.gitignore`.