From 96bd08e391e1b4a828a27d9c4576f585d2ee92d3 Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Sat, 18 Jun 2016 08:28:53 -0600 Subject: [PATCH] Adding some words about maintainers (#3051) * Update CONTRIBUTING.md * Move maintainers to bottom * :pencil: --- CONTRIBUTING.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index adf91f2e..638867c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,8 +77,20 @@ Sometimes getting the tests running can be too much work, especially if you don' Here's our current build status: [![Build Status](https://api.travis-ci.org/github/linguist.svg?branch=master)](https://travis-ci.org/github/linguist) +## Maintainers -## Releasing +Linguist is maintained with :heart: by: + +- @arfon (GitHub Staff) +- @larsbrinkhoff +- @pchaigno + +As Linguist is a production dependency for GitHub we have a couple of workflow restrictions: + +- Anyone with commit rights can merge Pull Requests provided that there is a :+1: from a GitHub member of staff +- Releases are performed by GitHub staff so we can ensure GitHub.com always stays up to date with the latest release of Linguist and there are no regressions in production. + +### Releasing If you are the current maintainer of this gem: