You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-core/CONTRIBUTING.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,17 +79,15 @@ $ yarn test
79
79
80
80
Ensure no lint errors are introduced in `yarn-error.log` after running this command.
81
81
82
-
5. Add a commit using `yarn commit`:
82
+
5. Add a commit using `git commit`:
83
83
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.
87
85
88
86
Once you are ready to commit the changes, please use the below commands:
89
87
90
88
```text
91
89
$ git add <files to be committed>
92
-
$ yarn commit
90
+
$ git commit -m
93
91
```
94
92
95
93
... and follow the instruction of the interactive prompt.
0 commit comments