Zaimea
Zaimea
Toggle sidebar
Contribution Guide
Contribution Guide

Contribution Guide

Thank you for your interest in contributing to Zaimea! We welcome contributions of all kinds โ€” bug fixes, new features, documentation improvements, or ideas for future development. This guide explains how to contribute effectively and consistently across the Zaimea ecosystem.

๐Ÿ“ฆ Repositories

Zaimea consists of multiple components:

Core Platform:

  • groups.zaimea.com โ€” main focus of the platform
  • accounts.zaimea.com โ€” authentication and user management
  • zaimea.com โ€” main website and documentation

Open-source Laravel packages:

  • Tools and extensions built for public use (e.g., Sluggable, Charts, Metrics, Calendar, OAuth tooling, etc.)

Each repository may contain its own detailed instructions, but this guide applies globally.

๐Ÿ“ฌ Support Questions

Zaimea and Zaimealabs maintain multiple Laravel packages and internal tools. To keep development efficient across all repositories, support questions must follow the unified rules below.

Please use the support channels below:

โœ… 1. Discussions (recommended)

For how-to questions, clarifications, or general help, open a GitHub Discussion: https://github.com/Zaimea/support/discussions

Type of Question Where to Ask
"How do I use X?" GitHub Discussions
"This doesnโ€™t work / maybe a bug?" GitHub Issue (with reproduction)
Security vulnerability Email: security@zaimea.com
Feature request GitHub Discussions

โœ… How to Contribute

1. Reporting Bugs

If you find a bug, please open an issue that includes:

  • Clear title
  • Detailed description of the problem
  • Steps to reproduce
  • Expected behavior
  • Actual behavior
  • Screenshots or logs if useful
  • Version information (PHP, Laravel, package version, browser, OS, etc.)
  • Use the Bug Report template if provided.

2. Requesting Features

We welcome new feature ideas. When opening a feature request, include:

  • What problem the feature solves
  • Why itโ€™s valuable
  • How you imagine the feature working
  • (Optional) Any examples or references to similar tools
  • We may accept it immediately, discuss it, or schedule it for a future release.

3. Submitting Pull Requests

Step 1 โ€” Fork the repository

Create your own copy and clone it locally.

Step 2 โ€” Create a feature branch git checkout -b feature/your-feature-name

Step 3 โ€” Write clean, tested code

Follow Laravelโ€™s coding standards

Write unit tests or feature tests when appropriate

Keep commits small and meaningful

Update documentation if your change affects usage

Step 4 โ€” Run tests locally

Most Zaimea packages use PestPHP:

composer install php artisan test

Step 5 โ€” Submit a Pull Request

Make sure your PR includes:

A clear title (ex: โ€œAdd slug suffix configurationโ€)

A short description of the change

Reference to any related issue

What was changed and why

Screenshots if UI-related

Notes for reviewers (if needed)

We will review as soon as possible.

๐Ÿงช Testing Standards

For all Laravel packages and internal services:

  • Tests must pass before a PR can be merged
  • Use Pest for simplicity and readability
  • Follow Given/When/Then structure where reasonable
  • Avoid mocking unnecessarily โ€” test real behavior when possible

๐Ÿ“„ Code Style

Zaimea follows:

  • PSR-12 coding standards
  • Laravel's naming conventions
  • Clean, understandable architecture
  • Avoiding over-complex abstractions
  • Static analysis tools (like Pint or PHPStan) may be used depending on repo.

##๐Ÿ“˜ Documentation

If you add or modify functionality, update:

  • README
  • Usage examples
  • Any related docs under resources/docs (if applicable)
  • Good documentation is part of the contribution.

๐Ÿ›ก Security

If you discover a security vulnerability, do not open a public issue. Instead, contact at security@zaimea.com

We will respond as quickly as possible.

##๐Ÿ’ฌ Communication

You can discuss ideas or ask for clarification through:

We encourage open, friendly communication and constructive feedback.

๐Ÿ’™ Code of Conduct

By contributing to Zaimea, you agree to follow our Code of Conduct:

  • Be respectful and welcoming
  • Provide constructive criticism
  • Avoid aggressive or abusive behavior
  • Keep discussions focused and technical
Contribution Guide

Contribution Guide

Zaimea AIMEA
Copyright ยฉ 2022 - 2026 Zaimea ยท Terms of Service / Privacy Policy
Built with by Custura