From a492f0890315294621ae2f76de002d39ffdfd7e0 Mon Sep 17 00:00:00 2001 From: Michael Brandenburg Date: Fri, 27 May 2022 10:20:27 -0700 Subject: [PATCH] doc: basic contributing md --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5337de..09d28fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,19 @@ Contributing Guide + +## Current Maintainers +- Caleb @cdavisgpsi +- Josiah @Jbcampbe +- Drew @drewlesueur + +## Guidline for Updating + +1. Scroll through [FusionAuth's API Docs](https://fusionauth.io/docs/v1/tech/apis/) +2. Update each resouce and make sure to update the docs!!! +3. Submit PR to this repo +4. Upon merge, maintainer will create new git tag kicking off the build process. +5. [Terraform Registry](https://registry.terraform.io/providers/gpsinsight/fusionauth/latest) will pick up the changes + +``` +git tag v0.1.71 +git push origin --tag +``` \ No newline at end of file