Skip to content

Commit 127abd9

Browse files
committed
Update CONTRIBUTING.md
1 parent 87c9a06 commit 127abd9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CONTRIBUTING.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,17 @@
1010

1111
### Pull Request
1212

13-
1. Only into [master](https://github.com/SortableJS/Sortable/tree/master/)-branch.
14-
2. Do not modify `Sortable.min.js`, this will be compiled before each release.
13+
1. Only request to merge with the [master](https://github.com/SortableJS/Sortable/tree/master/)-branch.
14+
2. Only modify source files, **do not commit the resulting build**
15+
16+
### Setup
17+
18+
1. Fork the repo on [github](https://github.com)
19+
2. Clone locally
20+
3. Run `npm i` in the local repo
21+
22+
### Building
23+
24+
- For development, build the `./Sortable.js` file using the command `npm run build:umd:watch`
25+
- To build everything and minify it, run `npm run build`
26+
- Do not commit the resulting builds in any pull request – they will be generated at release

0 commit comments

Comments
 (0)