Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.5 KB

File metadata and controls

52 lines (37 loc) · 2.5 KB

Contributing to SigNoz Web

Use this file as the stable entrypoint for contributing to signoz-web.

  • Contributors should start here, then open the task-specific playbook that matches the change.
  • Reviewers and agents should use this file as the router and contributing/** as the detailed guidance source.
  • Development setup and local preview still live in README.md.

Choose Your Task

How To Use This Guidance

  • contributing/** contains the canonical task-level policy, checklists, and templates.
  • AGENTS.md, review skills, PR templates, and workflow prompts should link to those playbooks instead of duplicating them.

Verification

Use the canonical verification matrix in contributing/repo-workflow.md.

Shared PR Workflow

  1. Fork and clone the repo.
  2. Create a focused branch.
  3. Make task-scoped changes.
  4. Run the checks that match your files using the matrix in contributing/repo-workflow.md.
  5. Open the PR as Draft by default.
  6. Mark it ready only after checks and self-review are complete.

See contributing/repo-workflow.md for Git hooks, CI checks, and failure handling.

Quick Rules

  • Keep changes minimal and scoped to the task.
  • Use existing patterns before creating new abstractions.
  • Do not bypass failing checks silently.
  • If a docs URL changes, also handle redirects, sidebar updates, and any discovery surfaces.
  • For OpenTelemetry technical claims, verify against official OpenTelemetry docs or repositories.

Need More Detail?