From 99ae52231c5807bd0bc8a9e2b4a35ba1a650ca5c Mon Sep 17 00:00:00 2001 From: Julien Corioland Date: Wed, 15 May 2019 15:30:09 +0200 Subject: [PATCH] add link to official docs --- provider/CONTRIBUTE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/provider/CONTRIBUTE.md b/provider/CONTRIBUTE.md index 33b82c85..c28cc973 100644 --- a/provider/CONTRIBUTE.md +++ b/provider/CONTRIBUTE.md @@ -138,6 +138,8 @@ Once done, you can just press F5 and the debug will start! You can place breakpo ## How to contribute to the Azure RM provider +*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)* + 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. *Note: if there is no issue for the problem you are trying to solve, you can create one.* @@ -245,7 +247,7 @@ Tests are definied in the `azurerm` directory, aside with data sources and resou You can find examples of tests for Azure Batch Account data source [here](https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/data_source_batch_account_test.go) and Azure Batch Account resource [here](https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/resource_arm_batch_account_test.go). -Please refer to the above section to learn on to run the acceptance test on your laptop. +Please refer to the above section to learn on to run the acceptance tests on your laptop. ## Other