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.