Skip to content

Commit 129e265

Browse files
Update CONTRIBUTING.md (#698)
1 parent 51ddc6c commit 129e265

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Contributing
88
MongoDB welcomes community contributions! If you’re interested in making a contribution to Terraform MongoDB Atlas provider, please follow the steps below before you start writing any code:
99

1010
1. Sign the [contributor's agreement](http://www.mongodb.com/contributor). This will allow us to review and accept contributions.
11-
1. Read the [Terraform contribution guidelines]
12-
(https://www.terraform.io/docs/extend/community/contributing.html) and the [README](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/README.md) in this repo
11+
1. Read the [Terraform contribution guidelines](https://www.terraform.io/docs/extend/community/contributing.html) and the [README](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/README.md) in this repo
1312
1. Reach out by filing an [issue](https://github.com/mongodb/terraform-provider-mongodbatlas/issues) to discuss your proposed contribution, be it a bug fix or feature/other improvements.
1413

1514
After the above 3 steps are completed and we've agreed on a path forward:

examples/Readme.md renamed to examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This directory contains various examples of using the MongoDB Atlas Provider. Each example has a README containing more details on what the example does and any details required to configure it.
44

5-
To run any example, clone the repository, edit any required variales and run terraform plan/apply within the example's own directory.
5+
To run any example, clone the repository, edit any required variables and run terraform plan/apply within the example's own directory.
66

77
For example:
88

0 commit comments

Comments
 (0)