Skip to content

Commit

Permalink
update contributing.md file (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
DIWAKARKASHYAP authored Jul 12, 2023
1 parent 302fa6f commit 23bd1cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ Storybook - [Storybook Documentation](https://storybook.js.org/)
```bash
git add <NameOfFileChanged>
```
12. Commit your changes:
12. Commit your changes and provide a meaningful commit message:

Unsure how to write a meaningful commit message? Check out this article about [How to Write a Good Git Commit Message](https://blog.ossph.org/how-to-write-a-good-git-commit-message/#:~:text=To%20set%20up%20a%20Git,t%20meet%20the%20specified%20format.)
```bash
git commit -m "<Your commit message here>"
```
Expand Down

0 comments on commit 23bd1cd

Please sign in to comment.