Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/agent-generated-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Agent-generated issue
description: Use this form only for issues generated by an agent that uses the ado-aw agent file.
title: "[agent-issue]: "
labels:
- needs-triage
body:
- type: markdown
attributes:
value: |
This repository only accepts issues generated by an agent using:
`.github/agents/ado-aw.agent.md`

Humans should file issues against this repository directly by running an agent with that file, then submitting the generated output here.
- type: checkboxes
id: confirmations
attributes:
label: Submission requirements
options:
- label: I generated this issue with an agent that used `.github/agents/ado-aw.agent.md`.
required: true
- label: I reviewed the generated issue and confirm it is being filed directly in `githubnext/ado-aw`.
required: true
- type: textarea
id: summary
attributes:
label: Problem summary
description: Paste the agent-generated problem statement and impact.
placeholder: What is broken, unexpected, or missing?
validations:
required: true
- type: textarea
id: repro
attributes:
label: Reproduction details
description: Paste the agent-generated repro steps, logs, and environment details.
placeholder: Steps to reproduce, observed behavior, expected behavior.
validations:
required: true
- type: textarea
id: proposed-next-step
attributes:
label: Proposed next step
description: Paste the agent-generated recommendation for fixing or triaging this issue.
placeholder: Suggested owner, area, and next action.
validations:
required: true
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Issues must be generated by an agent
url: https://github.com/githubnext/ado-aw/blob/main/.github/agents/ado-aw.agent.md
about: We only accept issues generated by an agent that uses the ado-aw agent file.