You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ Super exciting to see your contribution!
16
16
17
17
#### How do I contribute code?
18
18
19
+
##### Contribute using one click online setup
20
+
21
+
You can use gitpod(A free online vs code like ide) for one-click online setup, with a single click it will launch a ready to code workspace with the repo already cloned and all the dependencies pre-installed so that you can start straight away.
22
+
23
+
[](https://gitpod.io/from-referrer/)
24
+
19
25
1. Fork this repo on github.
20
26
21
27
2. Clone it on your machine: `git clone https://github.com/YOUR_USERNAME/bundlesize.git`
@@ -25,7 +31,7 @@ Super exciting to see your contribution!
25
31
4. Run `npm test` to ensure the repository is setup correctly. You should see a dummy output:
26
32
27
33
```
28
-
PASS ./index.js: 189B < maxSize 600B gzip
34
+
PASS ./index.js: 189B < maxSize 600B gzip
29
35
```
30
36
31
37
5. Make your changes.
@@ -58,7 +64,7 @@ API is hosted on zeit/now.
58
64
-`store/firebase.js` Fetches and updates values from firebase
59
65
60
66
#### [Click here to join the slack channel](https://join.slack.com/t/bundlesize/shared_invite/MjMyNTA0NjUwNzg5LTE1MDM4NjAxNjEtMjFjZThlZmIxMw)
61
-
67
+
62
68
#### Doubts?
63
69
64
70
Feel free to open an issue or reach out to me [on twitter](https://twitter.com/siddharthkp).
@@ -99,4 +105,4 @@ Thank you to all our sponsors! (please ask your company to also support this ope
0 commit comments