Skip to content

Commit

Permalink
Extract CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daviferreira committed Apr 26, 2015
1 parent dd2c206 commit fdb0d46
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
22 changes: 22 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Test your changes to the best of your ability
4. Update the documentation to reflect your changes if they add or changes current functionality
5. Commit your changes (`git commit -am 'Added some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request

or

1. Just pull request all the things the way you want!

## Development

Clone the repository and:

```
npm install
grunt
```
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,30 +84,6 @@ On your app, link the style and the script and initialize MediumEditor with the
...
```

## Development

Clone the repository and:

```
npm install
grunt
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Test your changes to the best of your ability
4. Update the documentation to reflect your changes if they add or changes current functionality
5. Commit your changes (`git commit -am 'Added some feature'`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request

or

1. Just pull request all the things the way you want!


## Demo

Clone the repository and:
Expand Down

0 comments on commit fdb0d46

Please sign in to comment.