Skip to content

Contribution Guidelines

Shaheer Ahmad edited this page Dec 17, 2025 · 1 revision

Contribution Guidelines 🤝

We love contributors! Here is how you can help.

Code of Conduct

Be respectful and kind. Harassment of any kind will not be tolerated.

How to Contribute

  1. Fork the Repo: Click the "Fork" button on GitHub.
  2. Clone your Fork:
    git clone https://github.com/YOUR_USERNAME/365connectcommunity.github.io.git
  3. Create a Branch:
    git checkout -b feature/amazing-new-feature
  4. Make Changes: Write your code.
  5. Commit:
    git commit -m "feat: Add amazing new feature"
    Use conventional commits (feat, fix, docs, style, refactor).
  6. Push:
    git push origin feature/amazing-new-feature
  7. Open a Pull Request: Go to the original repo and click "New Pull Request".

Coding Standards

  • Formatting: We use Prettier/ESLint. Run npm run lint before committing.
  • Components: Keep components small and focused.
  • Styling: Use Tailwind CSS utility classes. Avoid custom CSS files unless necessary.
  • Images: Put images in public/assets.

Reporting Bugs

Please open an Issue on GitHub with:

  • Steps to reproduce.
  • Expected behavior.
  • Screenshots (if applicable).

Clone this wiki locally