Skip to content

Commit a80b303

Browse files
committed
CONTRIBUTING file added
1 parent e412213 commit a80b303

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CONTRIBUTING.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing
2+
3+
Contributions are **welcome** and will be fully **credited**.
4+
5+
We accept contributions via Pull Requests on [Github](https://github.com/Vivify-Ideas/vue-draggable).
6+
7+
## Pull Requests
8+
9+
- **Keep the same style** - eslint will automatically be ran before committing
10+
11+
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
12+
13+
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
14+
15+
- **Create feature branches** - Don't ask us to pull from your master branch.
16+
17+
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
18+
19+
- **Send coherent history** - Make sure your commits message means something
20+
21+
22+
## Running
23+
24+
Launch example
25+
26+
``` bash
27+
$ npm run dev
28+
```
29+
30+
**Happy coding**!

0 commit comments

Comments
 (0)