Skip to content
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

Document Code Owner Responsibilities and Repo Maintainer Procedures #1194

Merged
merged 6 commits into from
Aug 27, 2024

Conversation

MichaelSimons
Copy link
Member

Fixes #972

README.md Outdated Show resolved Hide resolved
README.md Outdated

1. Create a new issue detailing the break. @mention the appropriate [CODEOWNER](./CODEOWNERS).
2. If the break is blocking automatic rebuilds or blocking the development/release of new changes (judgement decision),
then disable the Dockerfile from building by commenting out the [manifest entry](#manifest).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if commenting out works (with the question of whether comments are supported in JSON by the reader). AFAIK, we haven't tested that scenario. Deletion should probably be the recommendation for now.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I adjusted the step to delete the manifest entry in 7c327dc.

@MichaelSimons MichaelSimons requested a review from mthalman August 27, 2024 19:35
README.md Outdated Show resolved Hide resolved
@MichaelSimons MichaelSimons merged commit caa104f into dotnet:main Aug 27, 2024
16 checks passed
@MichaelSimons MichaelSimons deleted the policy-doc branch August 27, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document process for unblocking builds / maintaining this repo
2 participants