We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12512c9 commit 77ed765Copy full SHA for 77ed765
1 file changed
CONTRIBUTING.md
@@ -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