This repository has been archived by the owner on May 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds yarn to the main folder, and adds a commit modual BREAKING CHANGE: This may bug npm or yarn
- Loading branch information
Showing
4 changed files
with
58 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<h1 align="center">How To Commit</h1> | ||
|
||
- First: | ||
Add files | ||
```console | ||
$ git add {Files/folders} | ||
``` | ||
- Next | ||
Commit changed | ||
```console | ||
$ yarn coommit | ||
``` | ||
This will prompt you with a commit message: | ||
- Select the type of change. | ||
- Type the scope/what you are tring to do | ||
- Type what files/folders you changed | ||
- Type what you did | ||
- y or n for whether there are any breaking changes | ||
- y or n for whether this change affects an open issue, if positive you will be prompted to enter the issue number. | ||
|
||
- Now you have your commit you may now push to your fork |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e4b9015
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It did not