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
This is great work Timm, Additional Instruction below to add on to your working.
First is to commit or otherwise the changes you have done in you branch.
Once you push the changes to your repo, the Compare & pull request button will appear in GitHub as shown below
Click it and you'll be taken to this screen:
Open a pull request by clicking the Create pull request button. This allows the repo's maintainers to review your contribution. From here, they can merge it if it is good, or they may ask you to make some changes.
In summary, if you want to contribute to a project, the simplest way is to:
Find a project you want to contribute to
Fork it
Clone it to your local system if you want to work on it locally
Make a new branch
Make your changes
Push it back to your repo
Click the Compare & pull request button
Click Create pull request to open a new pull request
If the reviewers ask for changes, repeat steps 5 and 6 to add more commits to your pull request.
The text was updated successfully, but these errors were encountered: