We’re super excited that you’re here! 🤩 Whether you’re fixing bugs, adding features, or creating something entirely new, we appreciate your contributions. Just make sure to follow these groovy guidelines so we can all stay in sync and have fun!
- 💡 Be Creative: Submit wild and rule-breaking pull requests! Sometimes, chaos is genius! 🤘
- 📜 Preserve the Legacy: Don’t remove existing content. Build on it like a creative LEGO master 🧱.
- ⚡ Code Style? Whether it’s a work of art or a spaghetti monster, if it works, we’ll consider it 🍝.
- 🏅 Fame Awaits You: Add your name to the
contributorsList
! Everyone needs credit for their epicness! ✍️ - Keep It Bite-Sized: Small, focused pull requests keep conflicts down and code reviews smooth. 🍫
-
Fork the Repository:
- Hit that fork button at the top-right like it owes you money! 💰
-
Clone Your Fork:
- Bring that fork to your machine with some fresh git magic. 💻
git clone https://github.com/clubgamma/club-gamma-backend.git
-
Enter the Project Zone:
- Navigate like a pro:
cd club-gamma-backend
-
Branch Off, Hero:
- Create your new branch (don’t forget to give it a cool name):
git checkout -b my-new-branch
-
Hack Away: 🛠️
- Make your changes, save the world one line at a time!
-
Commit Those Epic Changes:
- Give us some context with a snazzy commit message:
git commit -m "Added [Your Epic Feature]"
-
Push It Real Good:
- Send your genius back to your GitHub fork:
git push origin my-new-branch
-
Make a PR (Pull Request):
- Go to GitHub, open a Pull Request, and show us what you got! 🚀💥
Stay updated and conflict-free with the latest code from the main repo. Here’s how to keep your fork in sync:
-
Add the Main Repo as Upstream:
git remote add upstream https://github.com/clubgamma/club-gamma-backend.git
-
Verify the Remote:
git remote -v
-
Sync It Up:
- Pull in the latest and merge it:
git fetch upstream git merge upstream/main
-
Stay Fresh:
- Regularly sync with upstream to avoid any merge madness. 🌀
We want this project to reflect the creative and fun energy of our contributors, so keep it funky but functional. Code with flair, follow the guidelines, and let’s build something awesome together! 🌟✨
Your contributions make this project better. Whether it’s a small bug fix or a massive feature, we appreciate every bit. Stay cool and keep hacking! 🤖
With love,
Club Gamma Team 💫