Skip to content
Closed
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
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/rfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Loading