Skip to content

Developer Guide

This guide is intended for contributors who want to develop on the FastQTools project.

Table of Contents

Quick Start

  1. Read the Architecture to understand the overall structure
  2. Follow the Build Guide to set up your development environment
  3. Review the Coding Standards for code style
  4. Refer to the Testing Strategy for writing tests

Development Workflow

1. Sync the current branch → 2. Create a branch if needed → 3. Write code and tests →
4. Run lint/test → 5. Commit → 6. Push

Contributing

Please see CONTRIBUTING.md for how to contribute code.