Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clubgamma/club-gamma-frontend
This is the official frontend repo of club gamma website.
https://github.com/clubgamma/club-gamma-frontend
hacktoberfest hacktoberfest2024 react reactjs
Last synced: 1 day ago
JSON representation
This is the official frontend repo of club gamma website.
- Host: GitHub
- URL: https://github.com/clubgamma/club-gamma-frontend
- Owner: clubgamma
- License: mit
- Created: 2024-10-08T08:37:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-25T12:15:06.000Z (13 days ago)
- Last Synced: 2024-10-25T12:45:00.150Z (13 days ago)
- Topics: hacktoberfest, hacktoberfest2024, react, reactjs
- Language: JavaScript
- Homepage: https://clubgamma.vercel.app
- Size: 6.5 MB
- Stars: 1
- Watchers: 0
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# π 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.```bash
git clone https://github.com/YOUR-USERNAME/club-gamma-frontend.git
```3. **π§ Navigate to Your Playground:**
```bash
cd club-gamma-frontend
```4. **π§ͺ Create a Funky New Branch:**
- New branch = your sandbox. Go nuts!```bash
git checkout -b funky-branch-name
```5. **π¨ Make Your Magic:**
- Code, tweak, break, fix, repeat!```bash
git add .
```6. **π Commit Like a Boss:**
```bash
git commit -m "Adding coolness to the project π"
```7. **π₯ Push it Real Good:**
```bash
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:**
```bash
git remote add upstream https://github.com/clubgamma/club-gamma-frontend.git
```2. **π§ Verify You Nailed It:**
```bash
git remote -v
```3. **π Sync It Up:**
- Fetch the latest changes from the mothership πΈ and merge them into your fork. No conflicts, no drama. πΌ```bash
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** π»π