-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a0b17a
commit a492f08
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |