You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ We welcome issues of all kinds including feature requests, bug reports or docume
54
54
55
55
### Bug Reports
56
56
57
-
-[ ]**Test against latest release**: Make sure you test against the latest avaiable version of both Terraform and SDK.
57
+
-[ ]**Test against latest release**: Make sure you test against the latest available version of both Terraform and SDK.
58
58
It is possible we already fixed the bug you're experiencing.
59
59
60
60
-[ ]**Search for duplicates**: It's helpful to keep bug reports consolidated to one thread, so do a quick search on existing bug reports to check if anybody else has reported the same thing. You can scope searches by the label `bug` to help narrow things down.
@@ -116,7 +116,7 @@ In the case of `terraform-plugin-sdk`, the repo's close relationship to the `ter
116
116
117
117
#### Exceptions
118
118
119
-
We belive that one should "leave the campsite cleaner than you found it", so you are welcome to clean up cosmetic issues in the neighbourhood when submitting a patch that makes functional changes or fixes.
119
+
We believe that one should "leave the campsite cleaner than you found it", so you are welcome to clean up cosmetic issues in the neighbourhood when submitting a patch that makes functional changes or fixes.
120
120
121
121
### Dependency Updates
122
122
@@ -140,7 +140,7 @@ changie new
140
140
```
141
141
and choose a `kind` of change corresponding to the Terraform Plugin [changelog categories](https://developer.hashicorp.com/terraform/plugin/best-practices/versioning#categorization)
142
142
143
-
Fill out the body field following the entry format. Changie will then prompt for a Github issue or pull request number.
143
+
Fill out the body field following the entry format. Changie will then prompt for a GitHub issue or pull request number.
144
144
145
145
Repeat this process for any additional changes. The `.yaml` files created in the `.changes/unreleased` folder
146
146
should be pushed the repository along with any code changes.
@@ -181,7 +181,7 @@ tfsdk: Prevented potential panic in `Example()` function
181
181
182
182
###### Enhancements
183
183
184
-
A new enhancement entry should use the `ENHANCEMENTS` kind and have a prefix indicating the sub-package it corresponds to, a colon, then followed by a brief summary. Use a `all` prefix for enchancements that apply to all sub-packages.
184
+
A new enhancement entry should use the `ENHANCEMENTS` kind and have a prefix indicating the sub-package it corresponds to, a colon, then followed by a brief summary. Use a `all` prefix for enhancements that apply to all sub-packages.
185
185
186
186
``````markdown
187
187
attr: Added `Great` interface for doing great things
@@ -262,7 +262,7 @@ To test the `ci-go/terraform-provider-corner` job, a valid GitHub Personal Acces
262
262
263
263
### Go Unit Tests
264
264
265
-
Go code unit testing is perfomed via Go's built-in testing functionality.
265
+
Go code unit testing is performed via Go's built-in testing functionality.
266
266
267
267
To run the Go unit testing locally:
268
268
@@ -343,7 +343,7 @@ Before running a release:
343
343
344
344
-**`meta/meta.go`**: The versions must be appropriately updated.
345
345
346
-
To cut a release, go to the repository in Github and click on the `Actions` tab.
346
+
To cut a release, go to the repository in GitHub and click on the `Actions` tab.
347
347
348
348
Select the `Release` workflow on the left-hand menu.
0 commit comments