From 3bc0ee98a08f8468352d2e7c0c46d06b1c0f9408 Mon Sep 17 00:00:00 2001 From: Alain Krok Date: Mon, 11 May 2026 18:58:29 +0000 Subject: [PATCH] chore(github): add Code Ownership field to RFC issue template Add a new optional textarea field to the RFC template that prompts contributors to specify the GitHub team(s) that will own the code introduced by their proposal, which can then be used to update CODEOWNERS. Co-Authored-By: Claude Sonnet 4.6 --- .github/ISSUE_TEMPLATE/rfc.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/rfc.yml b/.github/ISSUE_TEMPLATE/rfc.yml index 4de5a991..cb7bd17a 100644 --- a/.github/ISSUE_TEMPLATE/rfc.yml +++ b/.github/ISSUE_TEMPLATE/rfc.yml @@ -63,6 +63,16 @@ body: render: markdown validations: required: false + - type: textarea + id: codeowners + attributes: + label: Code Ownership + description: | + Please specify the GitHub team(s) that will own the code introduced by this proposal. This will be used to update the [CODEOWNERS](.github/CODEOWNERS) file. + Only GitHub teams are accepted (no individual users). Example: `@awslabs/agent-plugins-my-team` + placeholder: "@awslabs/agent-plugins-my-team" + validations: + required: false - type: markdown attributes: value: |