Details
-
New Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
Add AGENTS.md to the repository to describe ground rules for agents trying to produce pull requests, that's a distillation of the coding guidelines and COMMUNITY_CONTRIBUTIONS.md that's pertinent to filing pull requests, e.g.:
- need to have a regression test that fails without the change and passes with it.
- always run tests before pull request submission
- strive for the minimal possible fix and test for bug fixes
- always file a jira
- describe the problem you're trying to fix and how you go about solving it
- ....