mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 20:36:23 +08:00
Simplify the community catalog submission flow to use issue templates with manual maintainer review (no automation scripts or workflows). - Add explicit CODEOWNERS entries for catalog.community.json files so submissions are automatically assigned to a maintainer for review - Improve preset submission template: - Add 'Required Extensions' optional field - Make 'Templates Provided' optional (supports command-only presets) - Add 'Number of Scripts' optional field The existing extension and preset issue templates already collect all required catalog metadata. Maintainers review submissions and manually update the catalog JSON files. Closes #2400
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
# Global code owner
|
|
* @mnriem
|
|
|
|
# Community catalog files — explicit ownership for when global ownership expands
|
|
/extensions/catalog.community.json @mnriem
|
|
/integrations/catalog.community.json @mnriem
|
|
/presets/catalog.community.json @mnriem
|
|
|