chore(github): add codeowner field to RFC issue template#88
Closed
krokoko wants to merge 1 commit into
Closed
Conversation
Adds a new input field prompting RFC submitters to identify the codeowner (GitHub username or team) responsible for the affected area, with a link to the CODEOWNERS file. Also adds a Codeowner metadata entry in the admin section at the bottom of the template. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Task-Id: 01KQX6MHX7VB9BGYHFNTSSAT91 Prompt-Version: 1c9c10e027a2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Codeownerinput field to the RFC issue template, prompting submitters to identify the GitHub username or team responsible for the affected code areaCodeowner:metadata entry in the admin section at the bottom of the template, alongside the existingApproved byandReviewed byfieldsBuild & test results
mise run build— ✅ passed (lint:md, lint:manifests, lint:cross-refs, fmt:check, validate:refs, validate:size, security scans all clean)Decisions made
codeownerinput field immediately after the existingrelationfield (near the top of the form) so submitters are prompted early to identify ownership before filling out the detailed design sectionsrequired: falseis the default forinputtype in GitHub issue forms) to avoid blocking submissions where ownership is unclear* Codeowner: ''entry in the metadata markdown block to keep admin metadata consistentAgent notes
What went well: The change was straightforward — the RFC YAML template is well-structured and easy to extend. The build tooling (
mise run build) validated everything cleanly on the first run.What was difficult: Nothing significant; the task was well-scoped.
Patterns/conventions discovered:
.github/ISSUE_TEMPLATE/as.ymlfiles using GitHub's issue forms syntax* Field: ''for admin-only fields that are intentionally left blank by submittersmise run buildis the one-stop command that runs all lints, format checks, and security scans — always run this before committingSuggestions for future tasks:
codeownerfield a dropdown once GitHub issue forms support dynamic data, or add aplaceholderwith example team names from the CODEOWNERS file.drawiofiles flagged byvalidate:refsare pre-existing and not related to this change; they may warrant a follow-up cleanup taskBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.