Skip to content

Commit e984460

Browse files
Adding CONTRIBUTING.md
1 parent a2d87e8 commit e984460

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CONTRIBUTING.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## How to contribute to vue.draggable
2+
3+
### **Did you find a bug?**
4+
5+
* **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/SortableJS/Vue.Draggable/issues).
6+
7+
* **Check if you are using the last version of vue.draggable and a compatible version of Sortable** (as indicated in the [README section](./README.md))
8+
9+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/SortableJS/Vue.Draggable/issues/new). Be sure to respect issue template including a **title and clear description**, as much relevant information as possible, and a [**jsfiddle**](http://jsfiddle.net/) (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**.
10+
11+
#### **Do you have questions about how to use vue.draggable?**
12+
13+
* Check [README section](./README.md) section as well as [Issues](https://github.com/SortableJS/Vue.Draggable/issues) to see if a similar question has been asked and answered.
14+
15+
* Check [Sortable](https://github.com/RubaXa/Sortable) documentation.
16+
17+
* DO NOT OPEN ISSUE. Ask a question on [stackoverflow](https://stackoverflow.com) instead to get answer from the vue fantastic community.
18+
19+
### **Did you write a correction that fixes a bug?**
20+
21+
* Open a new GitHub pull request with the code.
22+
23+
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
24+
25+
### **Do you intend to add a new feature or change an existing one?**
26+
27+
* Open an issue proposing the enhancement explaining the rational and the added value.
28+
29+
* Once agreed you may submit the corresponding PR.
30+
31+
Thanks!

0 commit comments

Comments
 (0)