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! 🚀💥
-
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!
Alright, you're in? Here’s how to get rolling! 🎱
-
🍴 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. 🎉
-
👯♂️ 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
-
🧭 Navigate to Your Playground:
cd club-gamma-frontend
-
🧪 Create a Funky New Branch:
- New branch = your sandbox. Go nuts!
git checkout -b funky-branch-name
-
🎨 Make Your Magic:
- Code, tweak, break, fix, repeat!
git add .
-
🔑 Commit Like a Boss:
git commit -m "Adding coolness to the project 🎉"
-
💥 Push it Real Good:
git push origin funky-branch-name
-
🏆 Time to Shine – Create a Pull Request!
- Head over to your forked repo and create a pull request! 🚀🎉 Let’s see that PR flow!
Let’s keep things smooth by staying in sync with the main repo, yeah? 🤘
-
🛠️ Add the Main Repo as Your Upstream:
git remote add upstream https://github.com/clubgamma/club-gamma-frontend.git
-
🧐 Verify You Nailed It:
git remote -v
-
🔄 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
-
🚨 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. 😎
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 💻🎉