From f10d22c8e73be88877f8216bf18bc63ac6daa2db Mon Sep 17 00:00:00 2001 From: Chris Price Date: Thu, 15 Sep 2016 16:30:58 -0700 Subject: [PATCH] (200) Add MAINTAINERS --- MAINTAINERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..a76aba7 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,17 @@ +{ + "version": 1, + "file_format": "This MAINTAINERS file format is described at http://pup.pt/maintainers", + "issues": "https://tickets.puppetlabs.com/browse/HC", + "people": [ + { + "github": "jpinsonault", + "email": "joe.pinsonault@puppet.com", + "name": "Joe Pinsonault" + }, + { + "github": "cprice404", + "email": "chris@puppet.com", + "name": "Chris Price" + } + ] +}