Skip to content

This is an educational repository for simulating contributions to a project and practicing how to open a Pull Request.

License

Notifications You must be signed in to change notification settings

Saniadrn/git-teamwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

License

License: MIT

About

This is an educational repository for simulating contributions to a project and practicing how to open a Pull Request.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published