Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.28 KB

File metadata and controls

22 lines (15 loc) · 1.28 KB

Agent instructions

Follow .github/copilot-instructions.md for repository-specific development guidance.

Issues

Before filing a GitHub issue in this repository:

  1. Search existing open and closed issues for duplicates.
  2. Use the GitHub issue forms in .github/ISSUE_TEMPLATE/; do not file a blank issue unless a maintainer explicitly asks for one.
  3. For bugs, include the same information requested by the Bug Report form: relevant area, command if applicable, brief description, steps to reproduce, expected behavior, actual behavior, and environment.
  4. For feature requests, include the same information requested by the Feature Request form: relevant area, description of the new feature or enhancement, and proposed technical implementation details when known.
  5. Keep issue bodies concise and evidence-based. Do not paste large speculative patches into issue bodies; open a pull request or link a branch when code is available.

Pull requests

Before opening a pull request:

  1. Review CONTRIBUTING.md and follow the repository PR template.
  2. Keep each PR focused on one logical change.
  3. Include or update tests and documentation when the change affects behavior, command output, user guidance, or public APIs.
  4. Summarize validation performed, or explain why validation was not run.