Skip to content

Commit

Permalink
fix(fix contributing): fixes a minor error in contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeItQuick committed Oct 9, 2020
1 parent 93fcf16 commit 602154e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ $ git add .
$ npm run commit
```

Answer the proceeding questions and your change will be committed.

Once all of your features have been completed:

```sh
Expand All @@ -56,7 +58,6 @@ $ git push --follow-tags origin master

THE ABOVE SHOULD BE AUTOMATED IN THE FUTURE

Answer the proceeding questions and you should be good-to-go.

## Pull Requests

Expand Down
17 changes: 1 addition & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,22 +164,7 @@
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog",
"disableScopeLowerCase": false,
"disableSubjectLowerCase": false,
"maxHeaderWidth": 100,
"maxLineWidth": 100,
"defaultType": "",
"defaultScope": "",
"defaultSubject": "",
"defaultBody": "",
"defaultIssues": "",
"types": {
"feat": {
"description": "A new feature",
"title": "Features"
}
}
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
Expand Down

0 comments on commit 602154e

Please sign in to comment.