Skip to content

Commit

Permalink
Merge pull request #656 from martina-if/tweak-contributing-file
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
errordeveloper committed Mar 25, 2019
2 parents 3f9aa31 + d6eb0e8 commit c9105a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -24,7 +24,7 @@ The project uses Slack. If you get stuck or just have a question then you are en
Regular contributor meetings are held on Slack, see [`docs/contributor-meetings.md`](docs/contributor-meetings.md) for
the latest information.

## Getting Started
# Getting Started

- Fork the repository on GitHub
- Read the [README](README.md) for getting started as a user and learn how/where to ask for help
Expand Down Expand Up @@ -66,7 +66,7 @@ Make a fork of this repository and add it as a remote:

```bash
cd src/github.com/weaveworks/eksctl
git remote add fork git@github.com:<username>/eksctl.git
git remote add <username> git@github.com:<username>/eksctl.git
```

#### 3. Run the tests and build eksctl
Expand Down Expand Up @@ -112,7 +112,7 @@ then make sure you prefix the title with `WIP: `. This lets everyone know that t
ready remove the `WIP: ` title prefix and where possible squash your commits.

```bash
git push fork <feature-name>
git push <username> <feature-name>
```

Our CircleCI integration will run the automated tests and give you feedback in the review section. We will review your
Expand Down

0 comments on commit c9105a9

Please sign in to comment.