Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.29 KB

CONTRIBUTING.md

File metadata and controls

50 lines (38 loc) · 2.29 KB


Contributing to Spicetify Custom Apps

How to add your custom app to this repo for spicetify-cli

More Custom Apps For Spicetify License

Summary

  • ➕ How to add your custom app to this repo
  • 🌎 Addition to a community oriented location
  • 🔥 Open source

Contributing your custom app(s) to this repo? Follow the instructions below!

  1. Fork this repository
  2. Create another folder with your custom app name in all lower case with no symbols (dashes and underscores are okay) or spaces.
    • Ensure the files and folders don't contain the word spicetify.
  3. Copy the necessary files into the folder
  4. Create a README.md in it with the following structure
# App Name

## Screenshots

[Put at least one image of the app working here]

## More

[Specify any dependencies, author name, and any other info about the custom app]
  1. (Optional) Add your name and custom apps to the AUTHORS.md file
    • If you decide to add your name, please use the following format
### [Your name](link to website, GitHub profile, donation page, etc.)

- [Your custom app](link to repo)
     - Your custom app description and other info
  1. Open a Pull Request

License

Licensed under the MIT License by Braxton Huff

If there is any other problem, please refer to the spicetify-cli wiki to help troubleshoot your problem.

Hopefully this helps improve your use of Spotifty and treats you well! Cheers!