PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
483 stars 92 forks source link

Move owners.txt to the root of the repository #1546

Closed adityapatwardhan closed 7 months ago

adityapatwardhan commented 7 months ago

PR Summary

The owners.txt file should be at the root of the repository.

PR Context

From eng.ms

File Location
You can have multiple owners.txt files in your repository. Code Owner info will be applied to each files contained in the folder where the owners.txt belongs, as well as all the files in the subfolders recursively. If you do not want Code Owner from ancestor folders to be applied, you can add ~~ as a single line in your owners.txt file, see examples at end.

PR Checklist