From ab82ff2c2382ae02e62b10dc4abb03b2a6ac2cea Mon Sep 17 00:00:00 2001 From: Jason Frerich Date: Thu, 9 Apr 2020 12:56:51 -0500 Subject: [PATCH] Add CODEOWNERS and maintainers (#518) --- CODEOWNERS | 1 + readme.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..156d20699 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @jfrerich @levb diff --git a/readme.md b/readme.md index 3c5367fbb..29b78fdbb 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,9 @@ The Jira/Mattermost plugin documentation is currently being updated and relocate [![Build Status](https://img.shields.io/circleci/project/github/mattermost/mattermost-plugin-jira/master.svg)](https://circleci.com/gh/mattermost/mattermost-plugin-jira) [![Code Coverage](https://img.shields.io/codecov/c/github/mattermost/mattermost-plugin-jira/master.svg)](https://codecov.io/gh/mattermost/mattermost-plugin-jira) +**Maintainer:** [@jfrerich](https://github.com/jfrerich) +**Co-Maintainer:** [@levb](https://github.com/levb) + This plugin supports a two-way integration between Mattermost and Jira. For a stable production release, please download the latest version [in the Releases tab](https://github.com/mattermost/mattermost-plugin-jira/releases) and follow [these instructions](#2-configuration) for install and configuration. This plugin supports Jira Core and Jira Software products, for Server, Data Center and Cloud platforms. It has been tested with versions 7 and 8.