Skip to content

Commit

Permalink
(maint) Add a MAINTAINERS file (#5255)
Browse files Browse the repository at this point in the history
Move maintainers documentation to a structured MAINTAINERS file, created with a puppetlabs/maintainers gem.
  • Loading branch information
Kylo Ginsberg authored and MikaelSmith committed Sep 6, 2016
1 parent c7b56c4 commit 9c38674
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 6 deletions.
65 changes: 65 additions & 0 deletions MAINTAINERS
@@ -0,0 +1,65 @@
{
"version": 1,
"file_format": "This MAINTAINERS file format is described at https://github.com/puppetlabs/maintainers",
"issues": "https://tickets.puppet.com/browse/PUP",
"people": [
{
"github": "hlindberg",
"email": "henrik.lindberg@puppet.com",
"name": "Henrik Lindberg"
},
{
"github": "kylog",
"email": "kylo@puppet.com",
"name": "Kylo Ginsberg"
},
{
"github": "joshcooper",
"email": "josh@puppet.com",
"name": "Josh Cooper"
},
{
"github": "MikaelSmith",
"email": "michael.smith@puppet.com",
"name": "Michael Smith"
},
{
"github": "thallgren",
"email": "thomas.hallgren@puppet.com",
"name": "Thomas Hallgren"
},
{
"github": "branan",
"email": "branan@puppet.com",
"name": "Branan Riley"
},
{
"github": "whopper",
"email": "whopper@puppet.com",
"name": "Will Hopper"
},
{
"github": "Iristyle",
"name": "Ethan J. Brown"
},
{
"github": "HAIL9000",
"email": "hailee@puppet.com",
"name": "Hailee Kenney"
},
{
"github": "er0ck",
"email": "eric.thompson@puppet.com",
"name": "Eric Thompson"
},
{
"github": "johnduarte",
"email": "john.duarte@puppet.com",
"name": "John Duarte"
},
{
"github": "adrienthebo",
"name": "Adrien Thebo"
}
]
}
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -72,9 +72,3 @@ Long-term support, including security patches and bug fixes, is available for
commercial customers. Please see the following page for more details:

[Puppet Enterprise Support Lifecycle](https://puppetlabs.com/misc/puppet-enterprise-lifecycle)

Maintainers
-------

* Kylo Ginsberg, kylo@puppet.com, github:kylog, jira:kylo
* Henrik Lindberg, henrik.lindberg@puppet.com, github:hlindberg, jira:henrik.lindberg

0 comments on commit 9c38674

Please sign in to comment.