Browse Source

docs(MAINTAINING): note that merging PRs should be done locally

reviewable/pr3602/r1
Zetok Zalbavar 9 years ago
parent
commit
c8bbd076da
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 3
      MAINTAINING.md

3
MAINTAINING.md

@ -48,6 +48,9 @@ git config --global alias.logs 'log --show-signature' @@ -48,6 +48,9 @@ git config --global alias.logs 'log --show-signature'
# Pull requests
- **do not** push any `Merge`, `Squash & Merge`, etc. buttons on the website!
The only allowed way of merging is locally, since otherwise merge will not
be signed, and websites can fairly well mess things up.
- **always** test PR that is being merged.
- **always** GPG-sign PR that you're merging.
- **use** [`merge-pr.sh`] script to merge PRs, e.g. `./merge-pr.sh 1234`.

Loading…
Cancel
Save