Skip to content

Commit

Permalink
Contribution additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Refzlund committed Jan 23, 2025
1 parent 79be3d5 commit c294577
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This project is a monorepo designed for quick and easy testing across projects.

`bun install`

To use this project link the (subfolder)-package directory with `bun link`.
To use this project link the (subfolder)-package directory with [`bun link`](https://bun.sh/docs/cli/link).

In an external project, you can run `bun link package-name`.

Expand Down Expand Up @@ -49,9 +49,10 @@ The name of your PR should start with a tag:

<br>

### Using `@changesets`
### Use `@changesets`

When your Pull Request is ready to be merged, use `bunx changeset` and bump the *package* version that your PR makes changes to.
> [!IMPORTANT]
> When your Pull Request is ready to be merged, use `bunx changeset` and bump the *package* version that your PR makes changes to.
Major: Breaking changes that require migration
Feat: New features ― backwards compatible
Expand Down

0 comments on commit c294577

Please sign in to comment.