Thank you for your interest in contributing to BroCode Party Update App.
We welcome contributions from everyone to help improve the project.
Please follow the guidelines below to ensure smooth collaboration.
Click the Fork button on GitHub to create your own copy.
git clone https://github.com/YOUR-USERNAME/Brocode-Party-Update-App.git
cd Brocode-Party-Update-App
3. Install Dependencies
npm install
npm run dev
πΏ Branching Rules
Create a new branch for every change:
git checkout -b feature/your-feature-name
Branch naming examples:
feature/login-system
feature/payment-ui
bugfix/chat-error
ui/homepage-update
β
Code Guidelines
Write clean and readable code
Follow existing project structure
Use meaningful variable and function names
Avoid unnecessary dependencies
Test your changes before submitting
Ensure the app builds without errors
π Reporting Bugs
When reporting issues, include:
Bug description
Steps to reproduce
Expected behavior
Screenshots (if applicable)
Create an issue in the repository.
β¨ Feature Requests
We welcome new ideas.
Explain the feature clearly
Describe the use case
Keep the feature aligned with project goals
π¦ Commit Message Format
Use clear commit messages:
feat: add payment feature
fix: resolve chat crash
update: improve UI layout
π Submitting Pull Requests
Push your branch:
git push origin feature/your-feature-name
Create a Pull Request on GitHub
Wait for review and feedback
β€οΈ Code of Conduct
Be respectful and constructive when collaborating.
π Thank You
Your contribution helps make this project better.