Skip to content

Commit 7469733

Browse files
committed
Move contributing informations to dedicated file
1 parent 2dc62a8 commit 7469733

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Development
2+
3+
* `git clone` this repository
4+
* `npm install`
5+
* `bower install`
6+
* `ember server`
7+
* Visit your app at http://localhost:4200.
8+
9+
## Running Tests
10+
11+
* `ember test`
12+
* `ember test --server`
13+
14+
## Building
15+
16+
* `ember build`
17+
18+
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -518,25 +518,6 @@ If you are knowingly passing null, undefined, or an empty string and want to ign
518518
{{moment-format '' allow-empty=true}} {{!-- <nothing> --}}
519519
````
520520

521-
## Development
522-
523-
* `git clone` this repository
524-
* `npm install`
525-
* `bower install`
526-
* `ember server`
527-
* Visit your app at http://localhost:4200.
528-
529-
## Running Tests
530-
531-
* `ember test`
532-
* `ember test --server`
533-
534-
## Building
535-
536-
* `ember build`
537-
538-
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).
539-
540521
[npm]: https://www.npmjs.org/package/ember-moment
541522
[npm-badge]: https://img.shields.io/npm/v/ember-moment.svg?style=flat-square
542523
[travis]: https://travis-ci.org/stefanpenner/ember-moment

0 commit comments

Comments
 (0)