Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 1.48 KB

File metadata and controls

26 lines (17 loc) · 1.48 KB

Contributing

First off, thanks for your interest in this project! I'm glad you want to contribute.

If you have an idea or a solution that you think would improve existing functionality, add clarity for the user, or make this framework better overall:

  1. Fork this repository; 🍴
  2. Do great things; ✨
  3. Submit a pull request! 📬

If you encounter any challenges, please open an issue after making sure there isn't one already open for your topic.

For questions about how SpotifyKit compares the Spotify Web API or the rationale behind some of the design changes, please take a look at v1.0.0 in the change log.

All code contributions should include clear and concise documentation and should strive to adhere to the Swift API Design Guidelines as best as possible.

For convention's sake, branches should look like this:

Description Name Branches from Merges into
Stable (release) branch stable Latest release
Main working branch master stable
Feature branches feature-* HEAD of master master
Hot-fix branches hotfix-* HEAD of stable stable and master

Thanks for contributing!