Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 960 Bytes

File metadata and controls

22 lines (16 loc) · 960 Bytes

Contributing to Theorvane projects

Thank you for improving Theorvane's open-source projects.

Before opening a pull request

  1. Read the repository's AGENTS.md, README, and relevant documentation.
  2. Search existing Issues and pull requests to avoid duplicate work.
  3. Create or update one focused Issue before implementation.
  4. State the intended behavior, acceptance criteria, and non-goals.

Pull requests

  • Keep changes scoped to one Issue.
  • Use an issue-numbered branch based on the repository's integration branch.
  • Add or update focused tests before changing behavior.
  • Run the repository's documented verification commands.
  • Link the Issue with Closes #<issue-number>.
  • Do not claim unpublished or planned behavior as currently available.
  • Never commit credentials, tokens, generated build outputs, or local environment files.

Each repository may add stricter rules. Its AGENTS.md and contributor documentation take precedence.