To add your profile to the list, follow these steps:
-
Fork this repository by clicking the "Fork" button at the top right of this page.
-
Clone your forked repository to your local machine:
git clone https://github.com/your-username/repository-name.git
Replace
your-username
with your GitHub username andrepository-name
with the name of the repository you forked. -
Navigate to the
README.md
file in the repository. Edit theREADME.md
file and add your profile information in the following format:| First Name | Last Name | GitHub Profile | GitHub Readme | |------------|-----------|---------------------------------------------------------|-----------------------------------------------------------------------| | YourFirst | YourLast | [YourUsername](https://github.com/YourUsername) | [README](https://github.com/YourUsername/YourUsername) |
Replace
YourFirst
,YourLast
, andYourUsername
with your first name, last name, and GitHub username, respectively. -
After adding your profile information, commit your changes:
git add README.md git commit -m "Add my profile to the list"
-
Push your changes to your forked repository:
git push origin main
-
Create a new pull request by navigating to your forked repository on GitHub and clicking the "New pull request" button. Provide a brief description of the changes you made and submit the pull request.
Once your pull request is approved and merged, your profile will be added to the list of profiles in this repository.