Skip to content

Helping first time contributors learn the mechanics of submitting a pull request

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

zainabnomi/my-first-pull-request

 
 

Repository files navigation

my-first-pull-request

Helping first time contributors learn the mechanics of submitting a pull request

Welcome

0. Create an issue

  1. Go to Issue section of the repository. Create new issue
  2. Click on the green button labelled 'New Issue', in the right top corner.
  3. Give a title and description to the issue. Submit issue
  4. Assign label my-first-pr to the issue.
  5. Click on green button labelled 'Submit' to submit the issue.

Congrats! You've created your first issue! Follow the next steps to complete your PR journey!

1. Fork the repository

2. Clone the repository

-- you will get a link out there,clone it by copy the link from dialog box.

3. Make necessary changes.

4. Commit with a proper commit message.

  1. git commit filename -m"message".

5. Initiate a Pull Request

  1. Push the changes to branch other than master. -- you can change branch by git checkout branchname(Do not make changes in master branch.NEVER). -- if you have not created branch then you can create it by git branch branchname. -- git push -u origin issue_name.

6.Signing in

if you are pushing request for the 1st time you need to sign in with your username and password.

7.Opening pull requests:

If you are hoping to contribute back to the original repository, you can send a request to the original author to pull your fork into their repository by submitting a pull request.

Congrats! --Now its on author to merge changes you made or not. --if any suggestions are made,correct it and repeat step 3 and 4 again.Cheers

About

Helping first time contributors learn the mechanics of submitting a pull request

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.1%
  • HTML 24.0%
  • Ruby 5.9%