Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.08 KB

File metadata and controls

32 lines (22 loc) · 1.08 KB

Contributing to AGENTS.md

Thank you for your interest in contributing to AGENTS.md. This guide explains how to contribute to this project.

Reporting Issues

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.

Suggesting Changes

We welcome pull requests. Before submitting one, please read the rules in AGENTS.md — they apply to all contributions.

Process

  1. Fork the repository.
  2. Create a feature branch: feat/<short-desc> or fix/<short-desc>.
  3. Make your changes following the conventions in AGENTS.md (conventional commits, no forbidden patterns, 100% coverage).
  4. Open a pull request with a clear description and reference any related issues.

Requirements

  • 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.