OnlyAutomator Logo

Guidelines for Contributing to the OnlyAutomator Ecosystem

βš–οΈ License Information

IMPORTANT: OnlyAutomator is NOT an open-source project. It is proprietary software under the OnlyAutomator License.
  • All contributions become the property of OnlyAutomator
  • Redistribution without explicit permission is prohibited
  • The code cannot be forked for public or private projects outside the OnlyAutomator ecosystem
  • All intellectual property rights belong to OnlyAutomator and New Web Order
This document outlines how authorized team members and invited contributors can contribute to the project.

πŸ‘₯ Team Structure

Key Team Members

  • Jocelin (Jopad Officiel) - CEO
  • Syed Saif - Design & Development Manager
  • Shahmeez Zaidi - Developer
  • Kanza Tahreem - Developer

Core Team Roles

  • Product Management: Jocelin (CEO)
  • Design & Development Management: Syed Saif
  • Development: Shahmeez Zaidi, Kanza Tahreem

πŸ“Š Repository Contribution Stats

Current Repository Stats (All Repositories)

Based on the latest Git data across all repositories:

only-automator-webapp

92  onlyautomator <onlyautomator@gmail.com>
89  Kanza Tahreem <tehreemmsk411@gmail.com>
49  shahmeerzaidi <shahmeerxaidi@gmail.com>
17  Jopad Officiel <100805221+JoPadOfficiel@users.noreply.github.com>
 2  newweborder007 <newweborder007@gmail.com>
 1  shahmeer <108065605+shahmeerzaidi@users.noreply.github.com>

only-automator-plugin-v2

57  Kanza Tahreem <tehreemmsk411@gmail.com>
11  onlyautomator <onlyautomator@gmail.com>
 5  Jopad Officiel <100805221+JoPadOfficiel@users.noreply.github.com>

only-automator-microservice

39  Kanza Tahreem <tehreemmsk411@gmail.com>
 3  Jopad Officiel <100805221+JoPadOfficiel@users.noreply.github.com>
 3  onlyautomator <onlyautomator@gmail.com>

Total commits across all repositories

Kanza Tahreem: 185+ commits
onlyautomator: 106+ commits
shahmeerzaidi: 49+ commits
Jopad Officiel (Jocelin): 25+ commits
newweborder007: 2+ commits
shahmeer: 1+ commit

Repository Contributor Chart

The following chart dynamically represents the current state of contributions and will automatically update when the source data changes:

πŸ”„ Dynamic Contribution Flow

The following diagram illustrates the flow of contributions across repositories and will automatically update to reflect changes in contribution patterns:

πŸš€ Internal Contribution Guidelines

The following guidelines are for authorized team members working on the OnlyAutomator ecosystem:

Setting Up the Development Environment

  1. Access the Repository: Ensure you have the proper access rights to the OnlyAutomator repositories.
  2. Clone the Repository:
    git clone https://github.com/OnlyAutomator/repository-name.git
    
  3. Install Dependencies:
    cd repository-name
    npm install
    
  4. Set Up Environment Variables:
    • Copy the .env.example file to .env.local
    • Fill in the required environment variables (request access keys from management)

Development Workflow

  1. Create a Branch:
    git checkout -b feature/your-feature-name
    
  2. Make Changes: Implement your feature or fix
  3. Write Tests: Ensure your code is covered by tests
  4. Run Linting and Tests:
    npm run lint
    npm run test
    
  5. Commit Your Changes:
    git commit -m "feat: description of your changes"
    

Submitting Changes

  1. Push to Remote:
    git push origin feature/your-feature-name
    
  2. Create a Pull Request: Go to the repository and create a PR from your branch
  3. Code Review: Wait for team leads to review your code
  4. Address Feedback: Make necessary changes based on feedback
  5. Merge: Once approved, your PR will be merged

πŸ“ Coding Standards

  • TypeScript: Write all code in TypeScript
  • Component Structure: Follow the project’s component hierarchy
  • CSS Styling: Use Tailwind CSS for styling
  • Testing: Write tests for your code using the project’s testing framework
  • Documentation: Update documentation for any new features or changes

πŸ” Code Review Process

All code changes must be reviewed by at least one team lead before merging. Reviews focus on:
  • Code quality and readability
  • Performance considerations
  • Security implications
  • Test coverage
  • Documentation completeness

πŸ“ž Contact & Support

If you have questions about the development process, contact our development team:

Development Company

OnlyAutomator is developed by New Web Order, a remote software development company specializing in SaaS development, web applications, and AI solutions.
Β© 2024-2025 OnlyAutomator. All Rights Reserved.