Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 793 Bytes

File metadata and controls

19 lines (12 loc) · 793 Bytes

Contributing to OpenSEO

Contributions are very welcome.

  • Open an issue for bugs, UX friction, or feature requests.
  • Open a PR if you want to implement a feature directly.
  • Community-driven improvements are prioritized, and high-quality PRs are encouraged.

If you want to contribute but are unsure where to start, open an issue and describe what you want to build. You can also join the Discord to talk through ideas first.

Local development

See LOCAL_DEVELOPMENT.md for how to run the app locally.

Guidelines

  • Keep PRs focused: one feature or fix per PR.
  • For larger features, open an issue first so we can align on the approach before you invest time.
  • Make sure pnpm ci:check passes before requesting review.