diff options
| author | Mike McQuaid | 2017-03-24 12:46:26 +0000 |
|---|---|---|
| committer | GitHub | 2017-03-24 12:46:26 +0000 |
| commit | 098ed84df4113f4a04a386765dd1c7537fa39f72 (patch) | |
| tree | cb374764ba409035fa156bc70caf373c58f62c2e /docs | |
| parent | a5208fc0495300e12055eb50f3470c3e03944805 (diff) | |
| parent | ce2d13815d77acd47158c3073d9634109d1ecab8 (diff) | |
| download | brew-098ed84df4113f4a04a386765dd1c7537fa39f72.tar.bz2 | |
Merge pull request #2371 from MikeMcQuaid/new-maintainer-tweaks
New-Maintainer-Checklist: be more explicit.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/New-Maintainer-Checklist.md | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/docs/New-Maintainer-Checklist.md b/docs/New-Maintainer-Checklist.md index f3eb85e50..924e2caa1 100644 --- a/docs/New-Maintainer-Checklist.md +++ b/docs/New-Maintainer-Checklist.md @@ -12,6 +12,9 @@ your contributions around $THEIR_CONTRIBUTIONS. We would like to invite you to have commit access. There are no obligations, but we'd appreciate your continuing help in keeping on top of contributions. +The easiest way to do this is to watch the Homebrew/brew and +Homebrew/homebrew-core repositories on GitHub to provide help and code review +and to pull suitable changes. A few requests: @@ -25,12 +28,15 @@ A few requests: button in "create a merge commit" mode for Homebrew/brew or "squash and merge" for a single formulae change. If in doubt, check with e.g. GitX that you've not accidentally added merge commits -- still create your branches on your fork rather than in the main repository -- if still in doubt please ask for help and we'll help you out - these are - probably worth a read: - - https://github.com/Homebrew/brew/blob/master/docs/Brew-Test-Bot-For-Core-Contributors.md - - https://github.com/Homebrew/brew/blob/master/docs/Maintainer-Guidelines.md - - possibly everything else in the documentation +- still create your branches on your fork rather than in the main repository. + Note GitHub's UI will create edits and reverts on the main repository if you + make edits or click revert on the Homebrew/brew repository rather than your + own fork. +- if still in doubt please ask for help and we'll help you out +- please read: + - http://docs.brew.sh/Brew-Test-Bot-For-Core-Contributors.html + - http://docs.brew.sh/Maintainer-Guidelines.html + - possibly everything else on http://docs.brew.sh How does that sound? |
