Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

31 lines (16 loc) · 1.68 KB

How to contribute

Did you find a bug?

  • Ensure the bug was not already reported by searching on GitHub under Issues.

  • Check if you are using the last version of vue.draggable and a compatible version of Sortable (as indicated in the README section)

  • If you're unable to find an open issue addressing the problem, open a new one. Be sure to respect issue template including a title and clear description, as much relevant information as possible, and a jsfiddle (or similar online tool) containing an sample demonstrating the bug. Explain the step by step scenario as well as the actual result as opposed as the expected result.

Do you have questions about how to use vue.draggable?

  • Check README section section as well as Issues to see if a similar question has been asked and answered.

  • Check Sortable documentation.

  • DO NOT OPEN ISSUE. Ask a question on stackoverflow instead to get answer from the vue fantastic community.

Did you write a correction that fixes a bug?

  • Open a new GitHub pull request with the code.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Do you intend to add a new feature or change an existing one?

  • Open an issue proposing the enhancement explaining the rational and the added value.

  • Once agreed you may submit the corresponding PR.

Thanks!