Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 1.02 KB

Issues

Please, only use the issue tracker for problems, bugs and feature requests.

For help with implementing this slider, ask your question on stackoverflow. I look at questions posted there daily, and you will get you an answer much faster. Please follow the guidelines of the platform.

While I'm happy to help if you can't figure something out, please note this: I won't debug screenshots or issues that do not include an example with code that reproduces it. I also won't dig through your production site or huge chunks of unrelated code. I also won't implement your business requirements for you.

Tooling

Please run the following tooling before submitting a pull request:

npm run lint
npm run format

Pull requests

  • Detail (in the pull request comment) what your changes do.
  • When applicable, include new unit tests.
  • If you are introducing a new feature, update the documentation.
  • Do not commit /distribute/* files, I'll do that upon release.