From 765357bf63c62127696f1684cac6f40207c6f8d4 Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Mon, 16 Dec 2024 14:21:23 -0700 Subject: [PATCH] docs: Update README.md Signed-off-by: Ryan Parman --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cd617c0..9be7f9e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ Since earlier versions of Terraform/OpenTofu didn't have the concept of user-def The goal of this provider is not to call any APIs, but to provide pre-built functions in the form of _Data Sources_ or _Provider Functions_. +## Vote for features! + +[View the list of issues](https://github.com/northwood-labs/terraform-provider-corefunc/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc), and give a thumbs-up to the ones you'd like to see. This is how I prioritize the work. + ## Compatibility testing * We have automated testing that runs on every commit and every pull request.