Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 907 Bytes

File metadata and controls

24 lines (15 loc) · 907 Bytes

Contributing

This is an opinionated template maintained primarily by a single developer. It's open source for transparency and reuse, not specifically as a community-driven project.

Bug reports

Issues are welcome. Please include steps to reproduce, expected vs actual behavior, and your Elixir/OTP versions.

Pull requests

Before opening a PR, please open an issue first to discuss the change. Unsolicited PRs for new features will likely be closed — this template is intentionally minimal.

If your PR addresses an existing issue:

  1. Fork and branch from develop
  2. Follow the conventions in STYLE.md
  3. Ensure mix precommit passes (compile warnings, formatting, tests, dialyzer)
  4. Keep commits focused and atomic

Not accepted

  • Product-specific features (this is a generic template)
  • Dependencies without clear justification
  • Style/convention changes without prior discussion