Files
1378412a9e Deconstruct AGENTS.md to context dir (#87162)
* Deconstruct AGENTS.md to context dir

* Split guidelines applicable to both humans and agents to top-level `context` dir.
* Instruct agents to read all context files for now- piecemeal/just-in-time context ingestion has been spotty and problematic to date.

Co-authored-by: Matt Clay <matt@mystile.com>
Assisted-by: Claude

* update package-data sanity to ignore context

* markdown line length sanity

* Ignore context dir in change detection

* Remove core plugin deprecation instructions

* Inconsistent with published docs and docsite behavior- resolve those first.

---------

Co-authored-by: Matt Clay <matt@mystile.com>
2026-06-24 18:11:13 -07:00

1.0 KiB

Contributing

Keep changes focused

Changes should be limited to what's necessary to solve the problem at hand. Avoid unrelated reformatting, refactoring, or style adjustments in the same change.

Unfocused changes make review harder by increasing the diff size and obscuring the important parts. They can also lead to unnecessary back-and-forth around style and preferences.

Branch and release management

  • All PRs target the devel branch.
  • Use GitHub templates when creating issues/PRs (.github/ISSUE_TEMPLATE/ and .github/PULL_REQUEST_TEMPLATE/).
  • For issues: fill out the component field with project root relative file path.
  • For PRs: adjust the issue type in the template as listed in .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md.
  • Validate issues are fixed in devel before reporting against stable releases.
  • Bug fixes: backported to latest stable only.
  • Critical bug fixes: backported to latest and previous stable.
  • Security issues: contact security@ansible.com privately, not via GitHub.