clubgamma / club-gamma-frontend

This is the official frontend repo of club gamma website.
https://clubgamma.vercel.app
MIT License
0 stars 24 forks source link
hacktoberfest hacktoberfest2024 react reactjs

πŸŽ‰ Contribution Guidelines πŸš€

Welcome, Rockstars! 🀘🎸 We're super excited that you want to contribute to the Club Gamma Project! πŸ¦Έβ€β™‚οΈπŸ’» Whether you're an open-source newbie or a seasoned coder, your magic πŸͺ„ matters. Ready to dive in? Let's create something awesome together! πŸš€πŸ’₯

πŸ”₯ General Rules to Rock by 🎧

πŸš€ Getting Started – Let’s Get This Party Started! πŸ₯³

Alright, you're in? Here’s how to get rolling! 🎱

  1. 🍴 Fork it Like it’s Hot:

    • Hit that shiny fork button at the top right of the repository page and boom! You’ve got your own copy. πŸŽ‰
  2. πŸ‘―β€β™‚οΈ Clone Your Epic Fork:

    • Clone that bad boy down to your local machine, and you're halfway to awesome.
    git clone https://github.com/YOUR-USERNAME/club-gamma-frontend.git
  3. 🧭 Navigate to Your Playground:

    cd club-gamma-frontend
  4. πŸ§ͺ Create a Funky New Branch:

    • New branch = your sandbox. Go nuts!
    git checkout -b funky-branch-name
  5. 🎨 Make Your Magic:

    • Code, tweak, break, fix, repeat!
    git add .
  6. πŸ”‘ Commit Like a Boss:

    git commit -m "Adding coolness to the project πŸŽ‰"
  7. πŸ’₯ Push it Real Good:

    git push origin funky-branch-name
  8. πŸ† Time to Shine – Create a Pull Request!

    • Head over to your forked repo and create a pull request! πŸš€πŸŽ‰ Let’s see that PR flow!

🚨 Avoiding Conflicts – Keep Your Fork as Fresh as Your Beats 🎢

Let’s keep things smooth by staying in sync with the main repo, yeah? 🀘

  1. πŸ› οΈ Add the Main Repo as Your Upstream:

    git remote add upstream https://github.com/clubgamma/club-gamma-frontend.git
  2. 🧐 Verify You Nailed It:

    git remote -v
  3. πŸ”„ Sync It Up:

    • Fetch the latest changes from the mothership πŸ›Έ and merge them into your fork. No conflicts, no drama. πŸ’Ό
    git fetch upstream
    git merge upstream/main
  4. 🚨 Stay Updated, Stay Cool:

    • Pull regularly to keep your fork fresh and aligned with the upstream repo. Trust us, your future self will thank you. 😎

πŸŽ‰ Let’s Build Something Legendary! πŸ¦Έβ€β™€οΈπŸ’₯

We’re stoked to have you here, and we can’t wait to see what you bring to the table! Whether it’s a small tweak or a big feature, you’re contributing to something EPIC. πŸ’₯🀘

🀝 Thank you for being part of this awesome community. Let's make this project rock together! 🀘πŸ”₯πŸ’»

β€” Team Club Gamma πŸ’»πŸŽ‰