Skip to content

Contributing

Contributions are welcome.

Setup

git clone https://github.com/arxlang/arxpm.git
cd arxpm
mamba env create --file conda/dev.yaml
conda activate arxpm
poetry config virtualenvs.create false
poetry install --with dev

Local Checks

makim tests.unit
makim tests.smoke
makim tests.linter
makim docs.build

Pull Requests

  • keep changes focused
  • include tests for behavior changes
  • update docs when user-facing behavior changes
  • keep Python 3.10+ compatibility

Release Model

This repository uses semantic-release. Follow conventional commit style in PR titles/messages.