From 66c32e8567c22bf0499fa1461e3a6f5896c4ea08 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Mon, 13 Apr 2020 17:04:28 +0200 Subject: [PATCH] Define maintainer (#107) * Drop .vscode/ * Define maintainer --- .vscode/.gitignore | 1 - CODEOWNERS | 1 + README.md | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 .vscode/.gitignore create mode 100644 CODEOWNERS diff --git a/.vscode/.gitignore b/.vscode/.gitignore deleted file mode 100644 index e38da200..00000000 --- a/.vscode/.gitignore +++ /dev/null @@ -1 +0,0 @@ -settings.json diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..c77901b3 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @levb @iomodo diff --git a/README.md b/README.md index 66d9a48b..9707c772 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Build Status](https://img.shields.io/circleci/project/github/mattermost/mattermost-plugin-autolink/master.svg)](https://circleci.com/gh/mattermost/mattermost-plugin-autolink) [![Code Coverage](https://img.shields.io/codecov/c/github/mattermost/mattermost-plugin-autolink/master.svg)](https://codecov.io/gh/mattermost/mattermost-plugin-autolink) +**Maintainer:** [@levb](https://github.com/levb) +**Co-Maintainer:** [@iomodo](https://github.com/iomodo) This plugin creates regular expression (regexp) patterns that are reformatted into a Markdown link before the message is saved into the database.