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
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/rfc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ body:
render: markdown
validations:
required: false
- type: input
id: codeowner
attributes:
label: Codeowner file
description: Please specify the team or path entry that should be added to the CODEOWNERS file for the proposed feature (e.g. `@awslabs/agent-plugins-my-plugin-team`)
validations:
required: false
- type: markdown
attributes:
value: |
Expand Down
Loading