Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrp13 committed Jan 22, 2024
1 parent f38f822 commit 6676f93
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please note we have a **code of conduct**, please follow it in all your interact

## Setting up for Local Development

1. Fork this repostiory.
1. Fork this repository.
2. Clone your fork.
3. Create a new branch in your local repository with the following pattern:

Expand All @@ -20,13 +20,14 @@ Please note we have a **code of conduct**, please follow it in all your interact

### Development Scripts

| NPM Script | Description |
| ------------ | ------------------------------------------------ |
| `yarn dev` | Start building the CLI tool in development mode. |
| `yarn build` | Build the CLI tool for production. |
| `yarn clean` | Run cleaning scripts. |
| `yarn lint` | Run the linter. |
| `yarn test` | Run unit tests. |
| NPM Script | Description |
| --------------------| ------------------------------------------------|
| `yarn dev` | Start building the CLI tool in development mode.|
| `yarn build` | Build the CLI tool for production. |
| `yarn clean` | Run cleaning scripts. |
| `yarn lint` | Run the linter. |
| `yarn test` | Run unit tests. |
| `yarn template-dev` | Run development command for a specific template. Most changes will hot-reload|

## Opening a Pull Request

Expand All @@ -36,7 +37,7 @@ Please note we have a **code of conduct**, please follow it in all your interact

## Cutting a release

We use [`auto`](https://github.com/intuit/auto) as our continous delivery tool. Cutting a release is just a matter of merging to `master`. For pre-releases, you can create a `next` branch as the base for your experimental/W.I.P. feature. Please familiarize yourself with the [documentation for `auto`](https://intuit.github.io/auto/docs) if you are in a position to cut a release.
We use [`auto`](https://github.com/intuit/auto) as our continuous delivery tool. Cutting a release is just a matter of merging to `master`. For pre-releases, you can create a `next` branch as the base for your experimental/W.I.P. feature. Please familiarize yourself with the [documentation for `auto`](https://intuit.github.io/auto/docs) if you are in a position to cut a release.

## Community Templates

Expand Down

0 comments on commit 6676f93

Please sign in to comment.