Skip to content

chore(github): add codeowner field to RFC issue template#89

Closed
krokoko wants to merge 2 commits into
mainfrom
bgagent/01KQX78F3FG3XF0TZEYMA0JPX8/update-the-rfc-template-to-add-a-new-cod
Closed

chore(github): add codeowner field to RFC issue template#89
krokoko wants to merge 2 commits into
mainfrom
bgagent/01KQX78F3FG3XF0TZEYMA0JPX8/update-the-rfc-template-to-add-a-new-cod

Conversation

@krokoko
Copy link
Copy Markdown
Owner

@krokoko krokoko commented May 5, 2026

Summary

  • Added a Codeowner metadata field to the RFC issue template (.github/ISSUE_TEMPLATE/rfc.yml) alongside the existing RFC PR, Approved by, and Reviewed by admin fields
  • Updated README.md Contributing section to mention the RFC template and its new Codeowner field

Changes

.github/ISSUE_TEMPLATE/rfc.yml

  • Added * Codeowner: '' to the bottom admin metadata block

README.md

  • Added a paragraph in the Contributing section pointing contributors to the RFC template and explaining the Codeowner field's purpose

Build & Test Results

  • mise run lint:md: ✅ PASSED
  • mise run fmt:check: ✅ PASSED
  • mise run build: ✅ PASSED — all linters, manifest validators, security scans, and format checks passed
  • No automated test suite for issue templates or README prose; validated via build pipeline

Agent notes

What went well:

  • The change was minimal and targeted — one line in the RFC template and two sentences in the README
  • The Contributing section was the natural place to document the RFC workflow and the new field

What was challenging:

  • None — very straightforward

Patterns discovered:

  • Issue templates use GitHub Forms YAML format (.yml in .github/ISSUE_TEMPLATE/)
  • mise run build is the all-in-one validation gate; lint:md and fmt:check can be run individually for faster iteration
  • The README is the primary entry point for contributors — the Contributing section is the right place for RFC guidance

Suggestions for future tasks:

  • Consider adding a labels field to auto-assign plugin-area labels when an RFC is submitted, matching CODEOWNERS entries
  • The RFC metadata section could be formalized as actual form input fields if admin tracking needs become more structured

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

bgagent added 2 commits May 5, 2026 23:26
Add a Codeowner metadata field to the RFC issue template's admin section,
alongside the existing RFC PR, Approved by, and Reviewed by fields.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Task-Id: 01KQX78F3FG3XF0TZEYMA0JPX8
Prompt-Version: 1c9c10e027a2
Add a note in the Contributing section explaining the RFC template's
Codeowner metadata field and when to open an RFC for larger changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Task-Id: 01KQX78F3FG3XF0TZEYMA0JPX8
Prompt-Version: 1c9c10e027a2
@krokoko krokoko closed this May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant