Skip to content

Commit 6bc6a43

Browse files
authoredDec 12, 2022
docs: update CONTRIBUTING.md links (colinhacks#1584)
1 parent dabd5ac commit 6bc6a43

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Contributing
2+
13
When it comes to open source, there are different ways you can contribute, all
24
of which are valuable. Here's few guidelines that should help you as you prepare
35
your contribution.
@@ -27,7 +29,7 @@ The following steps will get you setup to contribute changes to this repo:
2729

2830
3. Run `yarn` to install dependencies.
2931

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.
3133

3234
### Commands
3335

@@ -45,7 +47,7 @@ The following steps will get you setup to contribute changes to this repo:
4547

4648
**`yarn play`**
4749

48-
- executes `src/playground.ts`, watches for changes. useful for experimentation
50+
- executes [`playground.ts`](playground.ts), watches for changes. useful for experimentation
4951

5052
### Tests
5153

0 commit comments

Comments
 (0)
Please sign in to comment.