File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ To get the GitHub API to run locally you will need to provide a token.
5353
54541 . Visit [ this link] ( https://github.com/settings/tokens/new?description=GitHub%20Readme%20Streak%20Stats ) to create a new Personal Access Token
55552 . Scroll to the bottom and click ** "Generate token"**
56- 3 . ** Make a copy** of ` .env.example ` named ` .env ` in the root directory and add ** your token** after ` TOKEN= ` .
56+ 3 . ** Make a copy** of the ` .env.example ` named ` .env ` in the root directory and add ** your token** after ` TOKEN= ` .
5757
5858``` php
5959TOKEN=<your-token >
@@ -120,10 +120,10 @@ git rebase upstream/<branch-name>
120120
121121### Step 2 : Branch
122122
123- Create a new branch. Use its name to identify the issue your addressing.
123+ Create a new branch. Use its name to identify the issue you're addressing.
124124
125125``` bash
126- # It will create a new branch with name Branch_Name and switch to that branch
126+ # It will create a new branch with the name Branch_Name and switch to that branch
127127git checkout -b Branch_Name
128128```
129129
@@ -172,5 +172,4 @@ git push -u origin Branch_Name
172172<img width =" 882 " alt =" opening pull request " src =" https://user-images.githubusercontent.com/63443481/136186322-bfd5f333-136a-4d2f-8891-e8f97c379ba8.PNG " >
173173
174174- Voila! Your Pull Request has been submitted and it's ready to be merged.🥳
175-
176- #### Happy Contributing!
175+ #### Happy Contributing!
You can’t perform that action at this time.
0 commit comments