Skip to content

Commit

Permalink
docs: Make contributing section of docs clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Oct 10, 2023
1 parent e9e4faf commit 59ebf48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,15 @@ It is important that we accurately capture what type of development we are doing
git commit -m "docs: Added stories for Alert"
```

* For changes to components, use `fix` or `feat`:
* For patches to existing components, use `fix`:

```bash
git commit -m "fix: Fixed Snackbar not appear in center of screen"
```

* For new functionality, use `feat`:

```bash
git commit -m "feat: Added Carousel component"
```

Expand Down

0 comments on commit 59ebf48

Please sign in to comment.