Skip to content

Commit

Permalink
doc: basic contributing md
Browse files Browse the repository at this point in the history
  • Loading branch information
MCBrandenburg committed May 27, 2022
1 parent 1a0b17a commit a492f08
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit a492f08

Please sign in to comment.