# Contributing to Miasma
Contributions are welcome! Please open an [issue](https://github.com/austin-weeks/miasma/issues) for bug reports or feature requests.
If you see an open issue that you'd like to tackle, leave a comment expressing interest and it will be assigned to you.
Please note that primarily AI-generated contributions will be automatically rejected. This project is for humans, by humans.
## Development
For convenience, you can run all CI checks locally with [`just`](https://github.com/casey/just#installation):
```sh
just local-ci
```