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
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
# Contributing
2
+
1
3
When it comes to open source, there are different ways you can contribute, all
2
4
of which are valuable. Here's few guidelines that should help you as you prepare
3
5
your contribution.
@@ -27,7 +29,7 @@ The following steps will get you setup to contribute changes to this repo:
27
29
28
30
3. Run `yarn` to install dependencies.
29
31
30
-
4. Start playing with the code! You can do some simple experimentation in `src/playground.ts` (see `yarn play` below) or start implementing a feature right away.
32
+
4. Start playing with the code! You can do some simple experimentation in [`playground.ts`](playground.ts) (see `yarn play` below) or start implementing a feature right away.
31
33
32
34
### Commands
33
35
@@ -45,7 +47,7 @@ The following steps will get you setup to contribute changes to this repo:
45
47
46
48
**`yarn play`**
47
49
48
-
- executes `src/playground.ts`, watches for changes. useful for experimentation
50
+
- executes [`playground.ts`](playground.ts), watches for changes. useful for experimentation
0 commit comments