opensearch-project / .github

Provides templates and resources for other OpenSearch project repositories.
Apache License 2.0
29 stars 71 forks source link

[BUG] Thin out MAINTAINERS.md #99

Closed dblock closed 1 year ago

dblock commented 1 year ago

What is the bug?

When repositories inherit .github they get MAINTAINERS.md from this repo. That has a lot of words. In most repos those MAINTAINERS.md are gutted to point to the .github MAINTAINERS.md, but not everywhere.

How can one reproduce the bug?

Compare https://github.com/opensearch-project/opensearch-py-ml/blob/main/MAINTAINERS.md (has everything) to https://github.com/opensearch-project/opensearch-plugin-template-java/blob/main/MAINTAINERS.md (has a reference to .github/MAINTAINERS.md).

What is the expected behavior?

  1. All MAINTAINERS.md to be updated to be the minimal version. Screen Shot 2022-10-27 at 5 34 17 PM
  2. Processes updated to make sure new MAINTAINERS.md are the minimal versions.

Do you have any additional context?

See https://github.com/opensearch-project/.github/issues/92 for ensuring all MAINTAINERS.md.