Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ idea and implementation strategy before submitting a PR.

1. Fork the repository.
2. Create an `upstream` remote.
```bash
$ git remote add upstream git@github.com:fastly/cli.git
```
```bash
$ git remote add upstream git@github.com:fastly/cli.git
```
3. Create a feature branch.
4. Write tests.
5. Run the linter and formatter `make all`.
Expand Down
Loading