Skip to content

Contributor Guide

This guide collects everything you need to contribute code or documentation to ElasticBLAST Control Plane. If you only want to use the dashboard, start with the User Guide instead.

Pages

  • Screenshot Workflow — capture and refresh product screenshots used across the docs.
  • Agent Reference — durable knowledge for AI agents (Copilot) and humans editing the codebase. See the index page below.

Agent Reference

The copilot/ section is the agent-facing handbook extracted from .github/copilot-instructions.md. It also serves as the deep-codebase orientation for new human contributors.

Conventions (Quick Reference)

  • English everywhere in source — Korean is allowed only in human conversation.
  • Conventional Commits (feat:, fix:, chore:, docs:, …).
  • Per-feature change notes in docs/features_change/YYYY-MM/YYYY-MM-DD-<name>.md before each behaviour-changing commit.
  • See .github/copilot-instructions.md for the full charter.