Skip to content

Latest commit

Β 

History

History
99 lines (56 loc) Β· 1.72 KB

File metadata and controls

99 lines (56 loc) Β· 1.72 KB

🀝 Contributing to BroCode Party Update App

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.


πŸš€ Getting Started

1. Fork the Repository

Click the Fork button on GitHub to create your own copy.

2. Clone Your Fork

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.