Skip to content

2x-Hra/Contribute-Here

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Contribute-Here


Introduction

this is a repository to help people to contribute.

Intentions

  • Contribute to a open source project
  • Get comfortable with github fork and contribtions

How to Contribute


Step 1: Fork the repository

Go to the GitHub repository and click the "Fork" button in the top-right corner of the page. This will create a copy of the repository in your GitHub account.



Step 2: Clone the forked repository

In your own GitHub repository, click on the green "Code" button and copy the repository's URL. Open up your terminal or command prompt and navigate to the directory where you want to clone the repository. Then, enter the command git clone <repository URL>.



Step 3: Create a branch

Before making any changes, it's a good idea to create a new branch for your changes. To create a new branch, enter the command git checkout -b <new branch name>. choose the branch name like this : Card/githubID



Step 4: Go to index.html and Make your changes

Copy the template Card as you see in the index.html and paste it where I marked for you. Then apply your changes (add your name , your id and etc. You can follow others contribution examples).


Step 5: Commit your changes

Once you have made your changes, commit them to the new branch you just created using the git commit -m <message> command. Be sure to provide a meaningful commit message to describe your changes.



Step 6: Push your changes

After committing your changes, push the changes to your forked repository using the command git push origin <new branch name>.



Step 7: Create a pull request

n your GitHub repository, click on the "Pull requests" tab and then click the green "New pull request" button. This will take you to a page where you can review your changes and create a pull request to the original repository.



Sync your forked repository with the original:

Sync your forked repository with the original: To ensure your forked repository is up-to-date with the original repository, you can periodically sync your forked repository by fetching and merging the changes made in the original repository. You can do this by following the steps outlined in the GitHub documentation: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.

About

Start Contributing here

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published