Skip to content

Commit

Permalink
f (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
samijaber authored Sep 27, 2024
1 parent d15e0d6 commit 7ac77ab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,19 @@ Before submitting your PR, please make sure to format the codebase and update al
- format the codebase: from the root, run `yarn fmt:prettier`.
- update all snapshots (in core & CLI): from the root, run `yarn test:update`. This will run an Nx command that will update all the snapshots in the `core` and `cli` packages. while making sure all required dependencies are built beforehand.
- add Changeset entry: from the root, run `yarn g:changeset` and follow the CLI instructions.

#### Changeset format

Here's the changeset format we like to follow (this is mostly relvant for the core package):

```
[GENERATORS_IMPACTED] TYPE: DESCRIPTION
```

Examples:

```
[React,Vue,Solid] Bug: Fix style bindings not applying.
[Angular] Feature: Add support for ngFor bindings.
[All] Feature: store state types.
```

0 comments on commit 7ac77ab

Please sign in to comment.