Skip to content

Latest commit

 

History

History
97 lines (61 loc) · 1.88 KB

File metadata and controls

97 lines (61 loc) · 1.88 KB

🤝 Contributing to ReactSphere

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


🚀 How to Contribute

1️⃣ Fork the Repository

Click the Fork button at the top right of this page to create a copy in your GitHub account.


2️⃣ Clone Your Fork

Go to your forked repository, copy the URL, and run:

git clone https://github.com/your-username/First-PR.git

3️⃣ Create a New Branch

cd First-PR
git checkout -b add-your-name

4️⃣ Add Your Name

Open the Contributors.md file and add your name in this format:

* [Your Name](https://github.com/your-username)

⚠️ Please do not edit or remove other contributors' names.


5️⃣ Commit Your Changes

git add Contributors.md
git commit -m "Add Your Name to contributors list"

6️⃣ Push to GitHub

git push origin add-your-name

7️⃣ Create a Pull Request

  • 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.


📌 Contribution Guidelines

  • 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

💬 Need Help?

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! 🚀