From 4bd3c3efccb962e0129aa51fcfe71e26690b94b3 Mon Sep 17 00:00:00 2001 From: Niladri Halder Date: Mon, 10 Feb 2025 15:11:51 +0530 Subject: [PATCH] docs: update MAINTAINERS to a markdown Signed-off-by: Niladri Halder --- .github/workflows/pull_request.yml | 2 +- MAINTAINERS | 1 - MAINTAINERS.md | 10 ++++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 MAINTAINERS create mode 100644 MAINTAINERS.md diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d1666ce..ec678dc 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,7 +25,7 @@ on: - 'changelogs/**' - 'example/**' - 'LICENSE' - - 'MAINTAINERS' + - 'MAINTAINERS.md' jobs: lint: diff --git a/MAINTAINERS b/MAINTAINERS deleted file mode 100644 index 252ebb0..0000000 --- a/MAINTAINERS +++ /dev/null @@ -1 +0,0 @@ -See OpenEBS Maintainers at https://github.com/openebs/community/blob/HEAD/MAINTAINERS diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..112f6e4 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,10 @@ +# Maintainers + +
+ +## Umbrella Project + +OpenEBS is an "umbrella project". Every project, repository and file in the OpenEBS organization adopts and follows the policies found in the Community repo umbrella project files. +
+ +Please refer to the [OpenEBS Maintainers](https://github.com/openebs/community/blob/HEAD/MAINTAINERS.md). \ No newline at end of file