-
Notifications
You must be signed in to change notification settings - Fork 1.2k
First pass at updating CODEOWNERS #7514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This reorganizes the file slightly to - try to make it easier to find things (e.g., by not splitting up docs and code in completely separate sections) - put the rule for docs/** higher, because the way it was before, it would have overwritten the more specific settings - use rooted paths, to avoid accidentally matching subdirectories (e.g., because there's a docs in dev_tools/ too) I also removed a couple of users who either have left Google or have not been involved for a long time.
|
This pull request has been automatically labeled as stale because 90 days have passed without comments or other activity. If no further activity occurs and the If you have questions or feedback about this process, we welcome your input. You can open a new issue to let us know (please also reference this issue there, for continuity), or reach out to the project maintainers at quantum-oss-maintainers@google.com. |
| /docs/hardware/pasqal/**/*.* @HGSilveri @quantumlib/cirq-maintainers @vtomole | ||
|
|
||
| docs/hardware/aqt/**/*.* @ma5x @pschindler @alfrisch @aasfaw @rmlarose @quantumlib/cirq-maintainers @vtomole | ||
| /docs/hardware/azure-quantum/**/*.* @guenp @anpaz @quantumlib/cirq-maintainers @vtomole |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guenp is not at azure quantum anymore https://www.linkedin.com/in/guenpw/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /docs/hardware/azure-quantum/**/*.* @guenp @anpaz @quantumlib/cirq-maintainers @vtomole | |
| /docs/hardware/azure-quantum/**/*.* @xinyi-joffre @kikomiss @quantumlib/cirq-maintainers @vtomole |
I believe this is now maintained by @kikomiss and @xinyi-joffre (please confirm)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guenp Thank you for tagging us here
The current maintainers of azure-quantum Python SDK are @ScottCarda-MS and @billti
This reorganizes the file slightly to
try to make it easier to find things (e.g., by not splitting up docs and code in completely separate sections)
put the rule for docs/** higher, because the way it was before, it would have overwritten the more specific settings
use rooted paths, to avoid accidentally matching subdirectories (e.g., because there's a docs in dev_tools/ too)
I also removed a couple of users who either have left Google or have not been involved for a long time.