docs: update CONTRIBUTING.md links (#1584)

This commit is contained in:
Max Arturo AS 2022-12-11 22:31:34 -03:00 committed by GitHub
parent dabd5ac563
commit 6bc6a431bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
# Contributing
When it comes to open source, there are different ways you can contribute, all
of which are valuable. Here's few guidelines that should help you as you prepare
your contribution.
@ -27,7 +29,7 @@ The following steps will get you setup to contribute changes to this repo:
3. Run `yarn` to install dependencies.
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.
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.
### Commands
@ -45,7 +47,7 @@ The following steps will get you setup to contribute changes to this repo:
**`yarn play`**
- executes `src/playground.ts`, watches for changes. useful for experimentation
- executes [`playground.ts`](playground.ts), watches for changes. useful for experimentation
### Tests