0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 19:43:00 +00:00

chore: add conventional commits badge (#171)

This commit is contained in:
Pavel Boldyrev 2022-11-25 23:42:23 -05:00 committed by GitHub
parent ade1d49117
commit 8060f9b2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@ You can run all the test cases by invoking `make test`.
Please create a new PR against the `main` branch which must be based on the
project's [pull request template](.github/PULL_REQUEST_TEMPLATE.md).
Please follow the [Conventional Commits](https://www.conventionalcommits.org/) specification when naming your commits.
## Coding conventions
We expect that all code contributions have been formatted using `gofmt`.

View File

@ -3,6 +3,7 @@
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/bpg/terraform-provider-proxmox)](https://github.com/bpg/terraform-provider-proxmox/releases/latest)
[![GitHub Release Date](https://img.shields.io/github/release-date/bpg/terraform-provider-proxmox)](https://github.com/bpg/terraform-provider-proxmox/releases/latest)
[![GitHub stars](https://img.shields.io/github/stars/bpg/terraform-provider-proxmox)](https://github.com/bpg/terraform-provider-proxmox/stargazers)
[![Conventional Commits](https://img.shields.io/badge/conv%20commits-v1.0.0-ff69b4)](https://www.conventionalcommits.org/en/v1.0.0/#specification)
# Terraform Provider for Proxmox
A Terraform Provider which adds support for Proxmox solutions.