Skip to content

Commit 77ed765

Browse files
authored
Add CONTRIBUTING.md
1 parent 12512c9 commit 77ed765

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### Contributing code
2+
- fork
3+
- create (feature / fix) branch in your fork
4+
- add tests
5+
- use `js standard` code style
6+
- open pull request
7+
8+
### Notes
9+
Tests are written against several Rollup versions. As such you must use Yarn to manage / install deps.
10+
Also when adding tests be aware that they are run in a loop of each of the tested Rollup versions.
11+
Of course there have been some API changes in Rollup over time so you may need to make adjustments
12+
when testing agsinst one version versus another. As an example you'll notice the tree-shaking tests
13+
are limited to versions 0.60.x and up.

0 commit comments

Comments
 (0)