Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 561 Bytes

contributing.md

File metadata and controls

8 lines (7 loc) · 561 Bytes

Contributing to hackdisrupt

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Install the dependencies: yarn
  3. Make your changes
  4. Your commit should look like this: [message] ([issue-url]) — eg: add linter (https://github.com/bukinoshita/hackdisrupt/issues/41)
  5. Run tests: yarn test
  6. Send your Pull Request to the staging branch