Skip to content

Files

Latest commit

 

History

History
54 lines (50 loc) · 1.32 KB

README.md

File metadata and controls

54 lines (50 loc) · 1.32 KB

Git Teamwork Simulating (Contribute and Pull Request)

This is an educational repository for simulating contributions to a project and practicing how to open a Pull Request. You also can add your name into the Contributors list. :)

How to contribute on this repository?

Do following steps:

  1. Fork this repository
  2. Clone the repository on your machine
git clone URL_TO_YOUR_REPO
  1. Create a branch (for example with your name)
git branch YOUR_NAME_BRANCH
  1. Switch the branch
git switch YOUR_BRANCH_NAME
  1. Add your name anywhere in the Contributors section. Your name can contain regular text and link (to your social accounts or linkedin). For example:
- Ehsan Maleki

or

- [Ehsan Maleki](https://example.com)
  1. Add those changes to the branch
git add README.md
  1. Commit the changes
git commit -m "Add YOUR_NAME to contributors list"
  1. Push your changes
git push -u origin YOUR_BRANCH_NAME
  1. On GitHub: Click on the Compare & pull request
  2. Write something and submit the pull request

Contributors

  • sadra sabzevari shahreza
  • Omid Rajaei
  • Matin Eshtiagh
  • Dorsa Faham
  • Sania Zare
  • amir hosein masroor

License

License: MIT