ASKnet-Open-Training / Github-Guidance

Here you find all information about how to use Github and get support
https://asknet-open-training.github.io/Github-Guidance
Other
6 stars 6 forks source link

How to create a Pull Request #9

Open timmwille opened 3 years ago

timmwille commented 3 years ago

Pull-Request-2020-10-18 20-04

PyGamma commented 3 years ago

This is great work Timm, Additional Instruction below to add on to your working.

  1. First is to commit or otherwise the changes you have done in you branch.
  2. Once you push the changes to your repo, the Compare & pull request button will appear in GitHub as shown below compare-and-pull-request-button
  3. Click it and you'll be taken to this screen: open-a-pull-request_crop
  4. 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.

bmen commented 3 years ago

The page in the guide is already created, but the content still needs to be added. https://asknet-open-training.github.io/Github-Guidance/pages/github-repo/pull-request-create/

The content can be easily added by clicking "Edit this page on GitHub" at the very bottom of the page. This will take you directly to the source. readme-edit-this-page