Packages

Community-maintained Armature analytics instrumentation for Elixir MCP servers.

Current section

Files

Jump to
armature_mcp_analytics CONTRIBUTING.md
Raw

CONTRIBUTING.md

# Contributing
Thanks for helping improve Armature MCP Analytics for Elixir.
## Development setup
1. Install a supported Elixir version (`~> 1.15`).
2. Run `mix deps.get`.
3. Run `mix check` before opening a pull request.
Changes should include tests for both successful and failing behavior. Never
commit ingest keys, event payloads captured from real users, or other
credentials. Use synthetic values in tests and examples.
## Pull requests
- Keep changes focused and explain externally visible behavior.
- Update the changelog for user-visible changes.
- Preserve backward compatibility within a minor release.
- Confirm formatting, warnings-as-errors compilation, and tests pass.
By contributing, you agree that your contributions are licensed under the MIT
License.