Leonardo Lima

Results 12 issues of 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`: [![Go Report Card](https://goreportcard.com/badge/github.com/googlemaps/google-maps-services-go)](https://goreportcard.com/report/github.com/googlemaps/google-maps-services-go) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/googlemaps/google-maps-services-go) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](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). ![Docker](https://github.com/leozz37/makani/workflows/Docker/badge.svg)

### 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: [![golangci-lint](https://github.com/prometheus-community/stackdriver_exporter/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/prometheus-community/stackdriver_exporter/actions/workflows/golangci-lint.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/prometheus-community/stackdriver_exporter)](https://goreportcard.com/report/github.com/prometheus-community/stackdriver_exporter) [![GoDoc](https://pkg.go.dev/badge/github.com/prometheus-community/stackdriver_exporter?status.svg)](https://pkg.go.dev/github.com/prometheus-community/stackdriver_exporter?tab=doc) [![Release](https://img.shields.io/github/v/release/prometheus-community/stackdriver_exporter)](https://github.com/prometheus-community/stackdriver_exporter/releases) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/prometheus-community/stackdriver_exporter) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) And add `.vscode` directory to `.gitignore`.