Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 895 Bytes

File metadata and controls

22 lines (13 loc) · 895 Bytes

Contributing to AIPass

AIPass is in beta, built by a solo developer working with an AI team. Contributions are welcome.

Before You Start

Open an issue first. Use the issue templates for bug reports or general feedback. This lets us discuss scope and approach before you write code.

Pull Requests

PRs are welcome after an issue has been discussed. Keep changes focused -- one fix or feature per PR. Include tests where applicable.

Development

  • Python 3.10+
  • Tests: pytest (4,900+ tests across the project)
  • Quality: AIPass uses its own standards system (seedgo) for automated audits
  • Run ./setup.sh to bootstrap the full environment

Questions?

Open a feedback issue or start a discussion in an existing thread.