Skip to content

Commit

Permalink
docs(readme): added contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
peggyrayzis committed Aug 3, 2017
1 parent 0549981 commit bdbff16
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
38 changes: 38 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"projectName": "react-native-create-bridge",
"projectOwner": "peggyrayzis",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kkemple",
"name": "Kurtis Kemple",
"avatar_url": "https://avatars3.githubusercontent.com/u/3629876?v=4",
"profile": "https://twitter.com/kurtiskemple",
"contributions": [
"code"
]
},
{
"login": "bduyng",
"name": "Duy Bao Nguyen",
"avatar_url": "https://avatars0.githubusercontent.com/u/3772710?v=4",
"profile": "https://github.com/bduyng",
"contributions": [
"code"
]
},
{
"login": "grabbou",
"name": "Mike Grabowski",
"avatar_url": "https://avatars2.githubusercontent.com/u/2464966?v=4",
"profile": "https://github.com/grabbou",
"contributions": [
"question"
]
}
]
}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
__tests__/
.travis.yml
.github/
.all-contributorsrc
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Depending on your environment, there may be a couple more steps that you have to
- [ ] Modifies existing project files (`AppDelegate.h`, `MainApplication.java`) to complete the bridging process
- [ ] Your feature request could be here! Open up an issue and give us feedback 😊


## Setting Up Dev Environment
1. Fork this repo & clone it
2. `cd` to where you cloned it
Expand All @@ -72,11 +71,20 @@ Depending on your environment, there may be a couple more steps that you have to
5. You can now run `create-bridge` locally in a React Native project to test your changes
6. `npm run test` will run the Jest test suite


## Contributing
`react-native-create-bridge` is a new project and we would love feedback from the community on how it should evolve. Please report any 🐞s and let us know how you're using `react-native-create-bridge`!

If you would like to contribute, please read the [contributor guidelines](https://github.com/peggyrayzis/react-native-create-bridge/blob/master/CONTRIBUTING.md) first.

This project adheres to the Contributor Covenant [code of conduct](http://contributor-covenant.org/version/1/3/0/).
By participating, you are expected to uphold this code. Please report unacceptable behavior to peggyrayzis@gmail.com.

## Contributors
A big thank you goes out to these awesome people for their contributions ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars3.githubusercontent.com/u/3629876?v=4" width="100px;"/><br /><sub>Kurtis Kemple</sub>](https://twitter.com/kurtiskemple)<br />[💻](https://github.com/peggyrayzis/react-native-create-bridge/commits?author=kkemple "Code") | [<img src="https://avatars0.githubusercontent.com/u/3772710?v=4" width="100px;"/><br /><sub>Duy Bao Nguyen</sub>](https://github.com/bduyng)<br />[💻](https://github.com/peggyrayzis/react-native-create-bridge/commits?author=bduyng "Code") | [<img src="https://avatars2.githubusercontent.com/u/2464966?v=4" width="100px;"/><br /><sub>Mike Grabowski</sub>](https://github.com/grabbou)<br />[💬](#question-grabbou "Answering Questions") |
| :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit bdbff16

Please sign in to comment.