Skip to content

Commit 60c5d91

Browse files
authored
Merge pull request #725 from rushyrush/main
doc fixes
2 parents d2491d5 + a2fa0ec commit 60c5d91

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ If you're new to the project and want to help, but don't know where to start, we
3131

3232
1. If you haven't already done so, sign a Contributor License Agreement (see details above).
3333
2. Fork the desired repo, develop and test your code changes.
34-
3. Submit a pull request.
34+
3. Submit a pull request.
3535
i. All code PR must be labeled with one of the following kinds
36-
- `/kind feature` for PRs related to adding new features/tests
37-
- `/kind bug` for PRs releated to bug fixes and patches
38-
- `/kind api-change` for PRs releated to adding, removing, or otherwise changing an API
39-
- `/kind cleanup` for PRs releated to code refactoring and cleanup
40-
- `/kind deprecation` for PRs related to a feature/enhancement marked for deprecation
41-
- `/kind design` for PRs releated to design proposals
42-
- `/kind documentation` for PRs releated to documentation
43-
- `/kind failing-test` for PRs releated to to a consistently or frequently failing test
44-
- `/kind flake` for PRs related to a flaky test
45-
- `/kind other` for PRs releated to updating dependencies, minor changes or other
36+
- `/kind feature` for PRs related to adding new features/tests
37+
- `/kind bug` for PRs related to bug fixes and patches
38+
- `/kind api-change` for PRs related to adding, removing, or otherwise changing an API
39+
- `/kind cleanup` for PRs related to code refactoring and cleanup
40+
- `/kind deprecation` for PRs related to a feature/enhancement marked for deprecation
41+
- `/kind design` for PRs related to design proposals
42+
- `/kind documentation` for PRs related to documentation
43+
- `/kind failing-test` for PRs related to to a consistently or frequently failing test
44+
- `/kind flake` for PRs related to a flaky test
45+
- `/kind other` for PRs related to updating dependencies, minor changes or other
4646
ii.If the PR requires additional action from users switching to a new release, include the string "action required" in the PR release-notes.
4747
iii.All code changes must be covered by unit tests and E2E tests. iv. All new features should come with user documentation.
4848
4. Once the PR has been reviewed and is ready to be merged, commits should be [squashed](https://github.com/kubernetes/community/blob/master/contributors/guide/github-workflow.md#squash-commits).

docs/book/src/developers/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Change some code!
7070

7171
This repository uses [Go Modules](https://github.com/golang/go/wiki/Modules) to track vendor dependencies.
7272

73-
To pin a new dependecy:
73+
To pin a new dependency:
7474

7575
- Run `go get <repository>@<version>`
7676
- (Optional) Add a replace statement in `go.mod`
@@ -79,7 +79,7 @@ Makefile targets and scripts are offered to work with go modules:
7979

8080
- `make verify-modules` checks whether go modules are out of date.
8181
- `make modules` runs `go mod tidy` to ensure proper vendoring.
82-
- `hack/ensure-go.sh` checks that the Go version and enviornment variables are properly set.
82+
- `hack/ensure-go.sh` checks that the Go version and environment variables are properly set.
8383

8484
### Setting up the environment
8585

docs/book/src/developers/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Create the GitHub release in the UI
5555

5656
## Versioning
5757

58-
cluster-api-provider-gcp follows the [semantic versionining][semver] specification.
58+
cluster-api-provider-gcp follows the [semantic versioning][semver] specification.
5959

6060
Example versions:
6161
- Pre-release: `v0.1.1-alpha.1`

0 commit comments

Comments
 (0)