Skip to content

Commit

Permalink
Merge pull request #14920 from duggiefresh/readme-remove-bower
Browse files Browse the repository at this point in the history
[DOC release] CONTRIBUTING.md - Remove bower instances
  • Loading branch information
rwjblue authored Feb 9, 2017
2 parents cdcd385 + 3f7ae10 commit dc54d86
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and the issue will be closed
can be reopened at a later time if needed, e.g. becomes actionable again.
* If possible, issues will be labeled to indicate the status or priority.
For example, labels may have a prefix for `Status: X`, or `Priority: X`.
Statuses may include: `In Progress`, `On Hold`. Priorities may include:
Statuses may include: `In Progress`, `On Hold`. Priorities may include:
`High` or `Low`.

## Requesting a Feature
Expand Down Expand Up @@ -103,11 +103,10 @@ clone the latest ember.js directory from github
cd to the cloned ember.js directory
- cd ember.js

ensure Node.js, yarn, and bower are installed
ensure Node.js and yarn are installed

follow these commands to build ember.js
- yarn install
- bower install
- yarn run build
```

Expand Down Expand Up @@ -163,7 +162,7 @@ We love pull requests. Here's a quick guide:
1. Fork the repo.

2. Run the tests. We only take pull requests with passing tests, and it's great
to know that you have a clean slate: `yarn install && bower install && yarn test`.
to know that you have a clean slate: `yarn install && yarn test`.
(To see tests in the browser, run `yarn start` and open `http://localhost:4200/tests/index.html`.)

3. Add a test for your change. Only refactoring and documentation changes
Expand Down

0 comments on commit dc54d86

Please sign in to comment.