# How to contribute to vue-displacement-slideshow ## **Did you find a bug?** * **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/AlbanCrepel/vue-displacement-slideshow/issues). * **Open a new issue otherwise** with the `bug` label and specify the version you are using ## **Do you want a new feature or an improvement?** * **Open a new issue** with the `enhancement` label ## **Did you write a patch that fixes a bug?** * **Open a new GitHub pull request** with the patch. ## Test the library You can test the library by running `yarn dev`, it will launch a development server with a page using the component. You can make modifications to `App.vue` or to `VueDisplacementSlideshow.vue` and test the changes. The `yarn build` command builds this web page and the library in the `dist` folder.