Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 1.2 KB

Contributing to react-joyride

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Reporting Bugs
Before creating bug reports, please check this list as you might find out that you don't need to create one. When you are creating a bug report, please include as many details as possible.

Implementation
Make sure you browse all the examples in the demo and check the source code before opening an issue. We don't usually help with those directly but maybe some of the users might have some advice.

Pull Requests
Before submitting a new pull request, open a new issue to discuss it. It may already been implemented but not published or we might have found the same situation before and decide against it.

In any case:

  • Format files using these rules EditorConfig
  • Follow the Javascript (ESLint) and CSS (scss-lint) styleguides.
  • Document new code with jsdoc.

Thank you!