Contributing to AWS Encryption SDK for Elixir

View Source

Thank you for your interest in contributing!

Development Setup

  1. Clone the repository
  2. Install dependencies: mix deps.get
  3. Run tests: mix test
  4. Run quality checks: mix quality

Submitting Changes

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Ensure tests pass: mix test
  5. Ensure quality checks pass: mix quality
  6. Submit a pull request

Code Style

This project uses:

Testing

Questions?

Open an issue for discussion before starting major changes.