From 257e69f9d8bb0afe5ccb6da28a40eec871b34aed Mon Sep 17 00:00:00 2001 From: bgagent Date: Mon, 11 May 2026 19:29:52 +0000 Subject: [PATCH] chore(github): add codeowner field to RFC issue template Co-Authored-By: Claude Sonnet 4.6 Task-Id: 01KRC80XGXM28KK5V1TMETADCM Prompt-Version: 1c9c10e027a2 --- .github/ISSUE_TEMPLATE/rfc.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/rfc.yml b/.github/ISSUE_TEMPLATE/rfc.yml index 4de5a991..252589c4 100644 --- a/.github/ISSUE_TEMPLATE/rfc.yml +++ b/.github/ISSUE_TEMPLATE/rfc.yml @@ -63,6 +63,14 @@ body: render: markdown validations: required: false + - type: input + id: codeowner + attributes: + label: Codeowner + description: Please provide the GitHub team that will own this plugin/feature (e.g. `@awslabs/agent-plugins-`). See [CODEOWNERS](../../.github/CODEOWNERS) for examples. + placeholder: "@awslabs/agent-plugins-" + validations: + required: false - type: markdown attributes: value: |