-
Notifications
You must be signed in to change notification settings - Fork 212
add codeownership areas #1528
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: master
Are you sure you want to change the base?
add codeownership areas #1528
Conversation
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.
self-audit
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.
audit
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.
Pull Request Overview
This PR establishes code ownership rules by creating a new .github/CODEOWNERS
file that assigns specific directories and files to appropriate teams for code review and maintenance responsibilities.
- Creates a comprehensive CODEOWNERS file with team assignments for different parts of the codebase
- Assigns software-related files and directories to @software-cloud team
- Assigns documentation and demonstration content to @Content-Team with fallback ownership to @core-release-managers
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
b137575
to
07f624f
Compare
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.
I would say we can also add @software-cloud as owner for the following
- metadata_schemas
- notebook_converter - are we adding owners for this?
All done |
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.
Thanks @Alan-eMartin!
This pull request adds a new
.github/CODEOWNERS
file to the repository. The file specifies which teams are responsible for various parts of the codebase, helping to clarify ownership and streamline code review processes.