Skip to content

Commit

Permalink
fix(contributors): fix link location for contributors (#460)
Browse files Browse the repository at this point in the history
* fix(contributors): fix link location for contributors

* fix(contributors): add new link to contributors file
  • Loading branch information
Florian Taut authored and Houssein Djirdeh committed Oct 10, 2017
1 parent f80bcf2 commit b5c9197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -33,7 +33,7 @@ Please feel free to take on any issue that's currently open. Feel free to resolv
- `yarn start:ios` to start the packager and run the app in the iOS simulator (`yarn start:ios:logger` will boot the application with [redux-logger](https://github.com/evgenyrodionov/redux-logger))
- `yarn start:android` to start the packager and run the app in the the Android device/emulator (`yarn start:android:logger` will boot the application with [redux-logger](https://github.com/evgenyrodionov/redux-logger))
9. Work your magic! Run the app on an [actual device](http://facebook.github.io/react-native/releases/0.46/docs/running-on-device.html#running-on-device) as well to test your feature/fix.
10. Add yourself to the [contributor's list](https://github.com/gitpoint/git-point#contributors) by doing `yarn contributors:add`
10. Add yourself to the [contributor's list](https://github.com/gitpoint/git-point/blob/master/CONTRIBUTORS.md) by doing `yarn contributors:add`
11. Commit your changes with a message following the [Angular commit conventions](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines)
- [Commitizen](https://github.com/commitizen/cz-cli) works with this repo. You can install the CLI globally (`yarn global add commitizen`) where you can then create formatted commit messages with `git cz` by filling out a few required fields
12. Push your branch to your fork
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -76,6 +76,8 @@ A few of the things you can do with GitPoint:

## Feedback/Contributing

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification and is brought to you by these [awesome contributors](./CONTRIBUTORS.md).

Feel free to send us feedback on [Twitter](https://twitter.com/gitpointapp) or [file an issue](https://github.com/gitpoint/git-point/issues/new). Feature requests are always welcome. If you wish to contribute, please take a quick look at the [guidelines](./CONTRIBUTING.md)!

Also, if there's anything you'd like to chat about, please feel free to join our [Gitter chat](https://gitter.im/git-point)!
Expand Down

0 comments on commit b5c9197

Please sign in to comment.