- Fork this repository.
- Clone your forked repository to your local machine.
- Add your name to the
contributors.txt
file.(Better if your add the name at somewhere between and not the beginning or end
- Commit your changes.
- Push your changes to your forked repository.
- Open a Pull Request to merge your changes into the main repository.
git clone https://github.com/YOUR_USERNAME/test-repo.git
cd test-repo
echo "Your Name" >> contributors.txt
git add contributors.txt
git commit -m "Added my name to contributors list"
git push origin main