Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 973 Bytes

File metadata and controls

26 lines (18 loc) · 973 Bytes

Contributing to UllrAI projects

Thank you for helping improve UllrAI projects.

Before you start

  1. Choose the repository that owns the feature or problem.
  2. Read that repository's README and license. Terms vary between projects.
  3. Search existing issues and pull requests to avoid duplicate work.
  4. Open an issue before starting a large or behavior-changing contribution.

Pull requests

  • Keep each pull request focused on one change.
  • Explain the problem, the solution, and any user-facing impact.
  • Add or update tests when behavior changes.
  • Run the repository's lint, type-check, test, and build commands.
  • Update documentation when setup, behavior, or public APIs change.
  • Never commit credentials, personal data, generated secrets, or build output.

Repository-specific instructions take precedence over this document.

Security issues

Do not report security vulnerabilities in public issues. Follow our security policy instead.