Skip to content

clubgamma/club-gamma-frontend

Repository files navigation

🎉 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 🎧

  • Creativity FTW! 💡: Rules are meant to be bent, twisted, and morphed. Go wild! If you've got something out of the box 🛸, break the rules, and we might still merge it. (Yeah, we’re cool like that 😎).

  • 💾 Protect the Sacred Code: Thou shalt not delete any existing content. Add your flair without erasing history. 🔐

  • 🌀 Code Style? Do YOU: Whether your code is a spotless masterpiece 🎨 or a chaotic explosion 🌪️ of genius, as long as it works, it works! No judgment here. 😏

  • Tiny but Mighty PRs 🧚‍♀️: Small pull requests = 💨 faster merges. Minimize conflicts and make life easier for everyone. Let’s keep it swift!

🚀 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 💻🎉

Releases

No releases published

Packages

No packages published

Languages