Thanks for your interest in contributing. This repository hosts a Probot-style GitHub App that runs AuraOne evaluations on pull requests.
We welcome:
- Bug reports with a minimal reproduction.
- Documentation fixes — including
.auraone.ymlconfig schema improvements. - Additional check states, comment formats, or merge-gating policies.
- Improvements to the self-hosting setup.
Out of scope:
- Hosted AuraOne backend behavior.
git clone https://github.com/auraoneai/github-app.git
cd github-app
npm install
cp .env.example .env # fill in dev credentials
npm run dev
npm test- Keep changes focused.
- Add or update tests when changing behavior.
By participating, you agree to abide by the Code of Conduct.
Contributions are made under the MIT License.