Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.9 KB

CONTRIBUTING.md

File metadata and controls

23 lines (19 loc) · 1.9 KB

Contributing Guidelines

Contact

Join the chat room on Gitter Gitter

Getting Started

  1. Fork the repo!
  2. Clone your fork of the repo: git clone [email protected]:<YOUR-USERNAME>/zen-audio-player.github.io.git.
  3. Navigate to the project: cd zen-audio-player.github.io.
  4. Install test dependencies: npm install.
  5. If you've started working on an issue, leave a comment as it helps avoid duplicate work.
  6. Make your changes.
  7. Run the tests: npm test.
  8. Run git commit and add your message describing what you have changed. If you have made changes that address an issue include the text Closes #1 (where 1 would be the issue number) to your commit message.
  9. Submit a pull request - Travis CI will run tests to make sure nothing broke. Once you have committed your changes locally and pushed them to your fork of the repo, a banner with a Compare & pull request button should appear on the main Zen Audio Player repo page to submit a pull request. submit pr
  10. In case the following occurs, visit the Syncing section of our Wiki pages. out of sync
  11. After you've had 1 PR merged, @shakeelmohamed will add you to the organization. Then you can create any issues you work on before you start.
  12. For more information on contributions, please visit the Making Contributions section of our Wiki pages