Welcome! 🎉
Thank you for contributing to ReactSphere — a beginner-friendly project designed to help you make your first open-source contribution in just a few minutes.
This repository is a safe place to practice the Git workflow:
Fork → Clone → Branch → Commit → Push → Pull Request
Click the Fork button at the top right of this page to create a copy in your GitHub account.
Go to your forked repository, copy the URL, and run:
git clone https://github.com/your-username/First-PR.gitcd First-PR
git checkout -b add-your-nameOpen the Contributors.md file and add your name in this format:
* [Your Name](https://github.com/your-username)git add Contributors.md
git commit -m "Add Your Name to contributors list"git push origin add-your-name- Go to your fork on GitHub.
- Click Compare & pull request.
- Click Create pull request.
That’s it! 🎉
Once your PR is merged, you are officially an open-source contributor.
- Only modify
Contributors.md - Add your name in the correct format
- Keep pull requests focused on a single change
- Be respectful and kind to other contributors
- Maintainers should use Squash and merge to keep commit history clean
If you get stuck:
- Double-check each step carefully
- Look at previously merged PRs for examples
- Ask questions in the community
Remember — everyone starts somewhere. 💙
Happy Contributing! 🚀