-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Note minimum requirements for bug fixes and the new resources or data
sources directly in the README.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 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 |
---|---|---|
|
@@ -112,8 +112,21 @@ the [provider's website](https://registry.terraform.io/providers/okta/okta/lates | |
|
||
Terraform is the work of thousands of contributors. We really appreciate your help! | ||
|
||
To contribute, please read the contribution | ||
guidelines: [Contributing to Terraform - Okta Provider](.github/CONTRIBUTING.md) | ||
We have these minimum requirements for source code contributions. | ||
|
||
Bug fix pull requests must include: | ||
|
||
- [Terraform Plugin Acceptance Tests](https://developer.hashicorp.com/terraform/plugin/sdkv2/testing/acceptance-tests). | ||
|
||
Pull requests with new resources and data sources must include: | ||
|
||
- Signed [Okta Individual Contributor License Agreement](https://developer.okta.com/cla/) emailed to `[email protected]` | ||
- Implemented with the [Terraform Plugin Framework](https://developer.hashicorp.com/terraform/plugin/framework) (not [Terraform Plugin SDKv2](https://developer.hashicorp.com/terraform/plugin/sdkv2) ) | ||
- Make Okta API calls with the [okta-sdk-golang v3](https://github.com/okta/okta-sdk-golang) client | ||
- Include [Terraform Plugin Acceptance Tests](https://developer.hashicorp.com/terraform/plugin/sdkv2/testing/acceptance-tests) | ||
|
||
Please see the [contribution guidelines](.github/CONTRIBUTING.md) for additional | ||
information about making contributions to the Okta Terraform Provider. | ||
|
||
Issues on GitHub are intended to be related to the bugs or feature requests with provider codebase. | ||
See [Plugin SDK Community](https://www.terraform.io/community) | ||
|