Skip to content

Commit eaef681

Browse files
committed
fix typo and few additions
1 parent 3b18e78 commit eaef681

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

provider/CONTRIBUTE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contribute to Terraform AzureRM provider
22

33
This document describe how you can get ready to contribute to the [AzureRM Terraform provider](https://github.com/terraform-providers/terraform-provider-azurerm).
4-
We also recommand that your read the [README](https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/README.md) on the AzureRM Terraform Provider repository.
4+
We also recommend that you read the [README](https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/README.md) on the AzureRM Terraform Provider repository.
55

66
## Setup your system
77

@@ -140,7 +140,8 @@ Once done, you can just press F5 and the debug will start! You can place breakpo
140140

141141
*Note: we also invite you to read the official documentation about developing a provider [here](https://www.terraform.io/docs/plugins/basics.html#developing-a-plugin)*
142142

143-
First you need to pick [an issue on the provider](https://github.com/terraform-providers/terraform-provider-azurerm/issues) by commenting the issue and saying that you're going to work on that, to make sure that HashiCorp people who maintain the repository and will review your contribution are aware that you are going to work on that.
143+
First you need to pick [an issue on the provider](https://github.com/terraform-providers/terraform-provider-azurerm/issues) by commenting the issue and saying that you're going to work on that, to make sure that the repo maintainers are aware that you are going to work on this issue.
144+
We also strongly advise that you describe the work you are planning to do, like explaining your implementation, submitting the TF schema for new resources, to make sure the discussion start early as possible with the reviewers.
144145

145146
*Note: if there is no issue for the problem you are trying to solve, you can create one.*
146147

0 commit comments

Comments
 (0)