This is a guide to making your first pull request using github
We use github to host code, to track issues and feature requests, as well as accept pull requests.
We Use Github Flow, So All Code Changes Happen Through Pull Requests
-
Fork the repo and create your branch from
main. -
Clone the repository you have forked (Appears in the repository section of your profile)
-
Checkout to a new branch. (Optional if you don't have a concept of branching)
-
Change in
users.jsadd your github username in the above json array. Note: Make sure you place your username is exactly as it appears on github -
Commit the changes
-
Create a PR to the original repository. Here is how you do it:
