Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 819 Bytes

File metadata and controls

24 lines (15 loc) · 819 Bytes

Contributing

This is a solo-maintained project. Bug fixes and documentation improvements are welcome — feature PRs are not accepted.

What's accepted

  • Bug fixes — Go ahead and open a PR. No issue required.
  • Typos and docs — Same. Just open a PR.

What's not accepted

  • Feature PRs — Will be closed regardless of quality. This isn't personal — the project has a specific direction and I need to keep it focused.
  • Large refactors — Not accepted without prior discussion.
  • New dependencies — Not accepted without prior discussion.

Feature ideas

Have an idea? Open an issue. I'm happy to discuss — but the implementation stays with me.

Before you PR

  • Keep PRs small and focused. One change per PR.
  • Test your changes locally.
  • Follow the existing code style.