Skip to content

Commit

Permalink
Fix: typos (#4978)
Browse files Browse the repository at this point in the history
* Fix: typos

Fix: typos

* Fix: typos

Fix: typos
  • Loading branch information
omahs committed Jan 5, 2023
1 parent 65ce97f commit 492f436
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -12,7 +12,7 @@ Thanks for your contribution to Lodestar. It's people like you that push the Eth
- :gear: Run `lerna bootstrap` or `yarn install` to install dependencies.
- :gear: Run `yarn build` to build lib from source.
- :package: A `lodestar` binary will be bundled in `./packages/cli/bin`.
- :computer: Run `./lodestar --help` to get a list of available commands and argurments.
- :computer: Run `./lodestar --help` to get a list of available commands and arguments.

## Tests

Expand Down Expand Up @@ -184,7 +184,7 @@ Scope is comparable to Module labels but less strict with the definition of comp
- `scope-documentation`: All issues related to the Lodestar documentation.
- `scope-interop`: Issues that fix interop issues between Lodestar and CL, EL or tooling.
- `scope-light-clients`: All issues regarding light client development.
- `scope-logging`: Issue about logs: hygeine, format issues, improvements.
- `scope-logging`: Issue about logs: hygiene, format issues, improvements.
- `scope-memory`: Issues to reduce and improve memory usage.
- `scope-metrics`: All issues with regards to the exposed metrics.
- `scope-networking`: All issues related to networking, gossip, and libp2p.
Expand All @@ -211,7 +211,7 @@ Issues that target a specific version of the Ethereum consensus spec, shall be t
- `spec-altair`: Issues targeting the Altair Ethereum consensus spec version.
- `spec-bellatrix`: Issues targeting the Bellatrix Ethereum consensus spec version.

###### `meta.*` Meta Labels to organize Miscelaneous Issues
###### `meta.*` Meta Labels to organize Miscellaneous Issues

- `meta-breaking-change`: Introduces breaking changes to DB, Validator, Beacon Node, or CLI interfaces. Handle with care!
- `meta-dependencies`: Pull requests that update a dependency.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE.md
Expand Up @@ -25,7 +25,7 @@ To start a new release, one of the Lodestar developers will communicate this via
- The team selects a commit from `unstable` as a "release candidate" for a new version release.
- `yarn release:create-rc 1.1.0 9fceb02`
- Must be run locally from a write-access account capable of triggering CI.
- This script may alternatively be run on the the checked out `HEAD`:
- This script may alternatively be run on the checked out `HEAD`:
- `git checkout 9fceb02`
- `yarn release:create-rc 1.1.0`
- Open draft PR from `rc/v1.1.0` to `stable` with title `v1.1.0 release`.
Expand All @@ -51,7 +51,7 @@ Tagging a release candidate will trigger CI to publish to NPM, dockerhub, and Gi
- The team selects a commit from `rc/v1.1.0` as a commit to tag and publish.
- `yarn release:tag-rc 1.1.0 8ab7cef`
- Must be run locally from a write-access account capable of triggering CI.
- This script may alternatively be run on the the checked out `HEAD`:
- This script may alternatively be run on the checked out `HEAD`:
- `git checkout 8ab7cef`
- `yarn release:tag-rc 1.1.0`

Expand Down Expand Up @@ -200,7 +200,7 @@ This section is to guide the Release Manager tasked with the next version releas
- If there are `rc.x` hot fixes, push to branch and increment the `rc.x` version.
- Team members conduct Release Candidate Metrics Review
- A Lodestar team member must mark the release candidate as safe, after personally reviewing and / or testing it
- Backup `stable` and `unstable` branches locally for restoration incase of accidental use of the incorrect merge method
- Backup `stable` and `unstable` branches locally for restoration in case of accidental use of the incorrect merge method
- Temporarily enable "Allow merge commits" under the Lodestar repository settings
- Release Manager can now complete Step 4: Merge release candidate.
- Disable "Allow merge commits" under the Lodestar repository settings
Expand Down

0 comments on commit 492f436

Please sign in to comment.