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: CONTRIBUTING.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
We're really glad you're reading this, because we need volunteer developers to help this project come to fruition. 👏
2
2
3
+
This repo uses [commitizen](https://github.com/commitizen/cz-cli#commitizen-for-contributors) to allow simpler contribution.
4
+
3
5
## Instructions
4
6
5
7
These steps will guide you through contributing to this project:
@@ -12,6 +14,6 @@ These steps will guide you through contributing to this project:
12
14
13
15
Keep in mind that after running `npm install` the git repo is reset. So a good way to cope with this is to have a copy of the folder to push the changes, and the other to try them.
14
16
15
-
Make and commit your changes. Make sure the commands npm run build and npm run test:prod are working.
17
+
Make your changes and commit them with `npm run commit`. Make sure the commands npm run build and npm run test:prod are working.
16
18
17
-
Finally send a [GitHub Pull Request](https://github.com/alexjoverm/typescript-library-starter/compare?expand=1) with a clear list of what you've done (read more [about pull requests](https://help.github.com/articles/about-pull-requests/)). Make sure all of your commits are atomic (one feature per commit).
19
+
Finally send a [GitHub Pull Request](https://github.com/jsdevtom/truegin/compare?expand=1) with a clear list of what you've done (read more [about pull requests](https://help.github.com/articles/about-pull-requests/)). Make sure all of your commits are atomic (one feature per commit).
0 commit comments