Skip to content

Commit

Permalink
Merge d6a931d into 8b961fd
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Apr 29, 2015
2 parents 8b961fd + d6a931d commit 2d46b10
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,14 @@
# Contributing to Blacklight-Maps

## To submit a patch or feature

1. Fork it ( http://github.com/<my-github-username>/blacklight-maps/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make some changes (with [tests](https://github.com/projectblacklight/blacklight/wiki/testing), please)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request

## Style preferences

From version 0.3.2 forward, Blacklight-Maps will be using the [AirBnb JavaScript Style guide](https://github.com/airbnb/javascript) for JavaScript. Ruby code uses the community [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide).
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -182,9 +182,4 @@ The ```blacklight_map_tag``` helper takes an options hash as one of its argument
## Contributing
1. Fork it ( http://github.com/<my-github-username>/blacklight-maps/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make some changes (with [tests](https://github.com/projectblacklight/blacklight/wiki/testing), please)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request
We encourage you to contribute to Blacklight-Maps. Please see the [contributing guide](/CONTRIBUTING.md) for more information on contributing to the project.

0 comments on commit 2d46b10

Please sign in to comment.