Skip to content

Latest commit

History

History
23 lines (16 loc) 路 904 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) 路 904 Bytes

Contributing

If you have found an issue or would like to request a new feature, simply create a new issue detailing the request. We also welcome pull requests. See below for information on getting started with development and submitting pull requests.

Issue

If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our issues page. Even better you can submit a Pull Request with a fix.

Pull Request

After getting some feedback, push to your fork and submit a pull request. We may suggest some changes or improvements or alternatives, but for small changes your pull request should be accepted quickly.

Local Setup

$ git clone https://github.com/chikara-chan/react-power.git
$ cd react-power
$ npm install