From ac3ab1e66f90917077000702f7d21038e64d321f Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:28:03 -0400 Subject: [PATCH] misc(docs): minor project docs update (#1591) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/FUNDING.yml | 4 ++-- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ README.md | 1 - 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index e85ed319..c713676e 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # These are supported funding model platforms -github: [bpg] -custom: ['https://www.buymeacoffee.com/bpgca'] +github: bpg +buy_me_a_coffee: bpgca diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 180004dd..5d4b90ab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,6 +27,12 @@ Please also provide a minimal Terraform configuration that reproduces the issue. ``` +and the output of `terraform|tofu apply`. +```text + +``` + + **Expected behavior** A clear and concise description of what you expected to happen. diff --git a/README.md b/README.md index 414dade0..12f3104b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![GitHub stars](https://img.shields.io/github/stars/bpg/terraform-provider-proxmox?style=flat)](https://github.com/bpg/terraform-provider-proxmox/stargazers) [![All Contributors](https://img.shields.io/github/all-contributors/bpg/terraform-provider-proxmox)](#contributors) [![Conventional Commits](https://img.shields.io/badge/conventional%20commits-v1.0.0-ff69b4)](https://www.conventionalcommits.org/en/v1.0.0/) -[![Buy Me A Coffee](https://img.shields.io/badge/-buy%20me%20a%20coffee-5F7FFF?logo=buymeacoffee&labelColor=gray&logoColor=FFDD00)](https://www.buymeacoffee.com/bpgca) [![Wakatime](https://wakatime.com/badge/github/bpg/terraform-provider-proxmox.svg)](https://wakatime.com/@a51a1a51-85c3-497b-b88a-3b310a709909/projects/vdtgmpvjom) A Terraform / OpenTofu Provider that adds support for Proxmox solutions.