From cc052f350236be206af422483c2d1892ab800bbd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:27:56 +0000 Subject: [PATCH] chore: add agent-only GitHub issue template Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com> --- .../ISSUE_TEMPLATE/agent-generated-issue.yml | 46 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/agent-generated-issue.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/agent-generated-issue.yml b/.github/ISSUE_TEMPLATE/agent-generated-issue.yml new file mode 100644 index 00000000..854c895a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/agent-generated-issue.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..22ee15c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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.