---
title: Contributing
description: Report bugs and propose bapX features through the agents repository.
---

# Contributing

The repository's [`CONTRIBUTING.md`](https://github.com/getwinharris/agents/blob/main/CONTRIBUTING.md) is the canonical contribution policy.

## Bugs and fix proposals

- Humans: [open or search issues](https://github.com/getwinharris/agents/issues).
- Coding agents: use the templates in [`.github/ISSUE_TEMPLATE`](https://github.com/getwinharris/agents/tree/main/.github/ISSUE_TEMPLATE).

Diagnose the problem and search existing issues before creating a new report. Include reproduction evidence, affected paths, the cause when known, intended scope, and acceptance checks.

## Features and enhancements

- Humans: [start or search a discussion](https://github.com/getwinharris/agents/discussions).
- Coding agents: use [`.github/DISCUSSION_TEMPLATE/feature-request.yml`](https://github.com/getwinharris/agents/blob/main/.github/DISCUSSION_TEMPLATE/feature-request.yml).

The maintainers use issues and discussions as the accepted intake paths. Pull requests from approved maintainers and authorized agents should be tied to that tracked work and include validation evidence.
