microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
31 stars 35 forks source link

feat(tooling): update CODEOWNERS when creating a new library/package #73

Closed marcosmoura closed 10 months ago

marcosmoura commented 10 months ago

The process of updating CODEOWNERS was manual. With this PR, it is now mandatory to add one when creating a new package/library. This takes as inspiration code from fluentui main repository.

Please note that this code should be removed once we have the unified tooling in place.

Fixes #68