Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.21 KB

File metadata and controls

32 lines (19 loc) · 1.21 KB

Contributing to Agentation

Thanks for your interest in contributing!

Before you start

We generally recommend opening an issue or discussion first, especially for larger changes. It helps us chat through the approach and avoids wasted effort.

What we love to see

  • Bug fixes - Always welcome.
  • Performance improvements - Faster is better.
  • Small, focused features - Things that solve common problems without adding complexity.

What's harder to merge

  • Large UI changes - The toolbar UI is intentionally minimal. Changes that affect everyone's experience need to benefit everyone.
  • More options and settings - We prefer opinionated defaults over flexibility.
  • Framework wrappers - Agentation is React-only by design. If you're interested in Vue/Svelte/Angular support, open a discussion first.

UI changes

If you're thinking about adding something that requires UI work (new buttons, icons, panels), we'd recommend opening a discussion first. We're happy to help with design, including creating icons or assets if needed.

Code style

  • Match existing patterns
  • Keep PRs focused (one change per PR)

Questions?

Open an issue or start a discussion. We're happy to talk through ideas.