react-html5-camera-photo
Version:
React.js HTML5 Camera Photo
23 lines (15 loc) • 911 B
Markdown
# Contributing
## Bug report (issues)
Before sending a bug report of camera error, make sure that `getUserMedia()` is supported by your browser. Please test your camera on : [WebRTC samples getUserMedia](https://webrtc.github.io/samples/src/content/getusermedia/gum/) You can get more specific tests on [WebRTC samples](https://webrtc.github.io/samples/).
## Pull Requests
It will be nice if you want to contribute new codes or improve existing ones. If you would like to add functionality, please submit [an issue](https://github.com/MABelanger/react-html5-camera-photo/issues) before start coding.
Please do the following:
* Follow the existing styles (we have an `.editorconfig` file)
### Development
1. run `npm install`
2. run `npm start`
3. Make a coffee :)
4. write your code in ES6
5. push your changes
6. create a PR with a link to the original issue
That's it! Thank you for your contribution!