Thank you for your interest in contributing to AGENTS.md. This guide explains how to contribute to this project.
Before filing an issue, please search existing issues to avoid duplicates. When creating a new issue, include:
- A clear, descriptive title.
- Steps to reproduce the problem (if applicable).
- What you expected to happen vs. what actually happened.
We welcome pull requests. Before submitting one, please read the rules in AGENTS.md — they apply to all contributions.
- Fork the repository.
- Create a feature branch:
feat/<short-desc>orfix/<short-desc>. - Make your changes following the conventions in AGENTS.md (conventional commits, no forbidden patterns, 100% coverage).
- Open a pull request with a clear description and reference any related issues.
- All changes must follow the conventions documented in AGENTS.md.
- No rebase or force push without explicit agreement.
- PR descriptions must be clear and reference related items from AGENTS.md.