Skip to content

Commit 744894f

Browse files
committed
fix: updated contributing markdown
1 parent 8936faa commit 744894f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

packages/react-core/CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,15 @@ $ yarn test
7979

8080
Ensure no lint errors are introduced in `yarn-error.log` after running this command.
8181

82-
5. Add a commit using `yarn commit`:
82+
5. Add a commit using `git commit`:
8383

84-
This project uses [`lerna`](https://lernajs.io/) to do automatic releases and generate a changelog based on the commit history. So we follow [a convention][3] for commit messages. Please follow this convention for your commit messages.
85-
86-
You can use `commitizen` to help you to follow [the convention][3].
84+
This project uses [`lerna`](https://lerna.js.io/) to do automatic releases and generate a changelog based on the commit history. So we follow [a convention][3] for commit messages. Please follow [`this convention`](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type) for your commit messages.
8785

8886
Once you are ready to commit the changes, please use the below commands:
8987

9088
```text
9189
$ git add <files to be committed>
92-
$ yarn commit
90+
$ git commit -m
9391
```
9492

9593
... and follow the instruction of the interactive prompt.

0 commit comments

Comments
 (0)