WP Image Color Palette
======================

Welcome to the WP Image Color Palette repository
----------------------------------------------

While the documentation for the WP Image Color Palette plugin can be found on [WordPress.org](https://wordpress.org/plugins/wp-image-color-palette/), here you can browse the source of the project, find and discuss open issues.

Installation
------------

If you want to run the Git version for development though, you can set it up with these commands:

```bash
git clone https://github.com/mkronenfeld/WP-Image-Color-Palette.git
cd WP-Image-Color-Palette
composer install
```

This will download the latest development version of the plugin. While this version is usually stable, it is not recommended for use in a production environment.


Contributions
-------------
Anyone is welcome to contribute to WP Image Color Palette.

There are various ways you can contribute:

* [Raise an issue](https://github.com/mkronenfeld/WP-Image-Color-Palette/issues) on GitHub.
* Send us a Pull Request with your bug fixes and/or new features.
* Provide feedback and [suggestions on enhancements](https://github.com/mkronenfeld/WP-Image-Color-Palette/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open).