Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Developer Documentation

Information for those who want to participate in AutoSlideIdea development.

Categories

Contribution Guide

Technical Information

SlideFlow Development

Getting Started

AutoSlideIdea is an open source project. You can contribute in the following ways:

  1. Bug Reports - Create an Issue
  2. Feature Proposals - Discuss in Discussions
  3. Code Contributions - Submit Pull Requests
  4. Documentation Improvements - From typo fixes to new content
  5. Translations - Support for multi-language

Development Environment Setup

# Fork and clone
git clone https://github.com/YOUR_USERNAME/AutoSlideIdea.git
cd AutoSlideIdea

# Create development branch
git checkout -b feature/your-feature-name

# Install dependencies
npm install

Coding Standards

  • Follow ESLint configuration
  • Commit messages in Conventional Commits format
  • Add tests
  • Update documentation

Table of contents