From 6c8246ff1152ac337b1a0e58f13deac30534ea9e Mon Sep 17 00:00:00 2001 From: Will Hopper Date: Tue, 10 Jan 2017 14:58:12 -0800 Subject: [PATCH] (maint) Add MAINTAINERS file --- MAINTAINERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..50e7844 --- /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/PDOC", + "people": [ + { + "github": "whopper", + "email": "whopper@puppet.com", + "name": "Will Hopper" + }, + { + "github": "scotje", + "email": "jesse@puppet.com", + "name": "Jesse Scott" + } + ] +}