Skip to content

Commit

Permalink
README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Jan 28, 2024
1 parent 2231d60 commit 0d1b54a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,25 @@ $ node-versions --latest
$ node-versions --latest-of 20
$ node-versions --lts
```

## Contributing

1. Make sure to have bun v1.0.25 or higher
2. clone this repository
3. install the dependencies:
```
bun install
```
4. Do the changes on the files in `src/*`;
5. run the dev command:
```
bun run dev
```

If your change must be published:

1. Run `bun changeset`
1. Select the type of version the change includes following semver logic
1. Commit the changeset file alongside with your changes
1. Open a PR
1. Wait until it gets reviewed and approved

0 comments on commit 0d1b54a

Please sign in to comment.