Navigation Menu

Skip to content

Commit

Permalink
Add note about merging PRs in DEVELOPMENT.md (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Feb 13, 2018
1 parent 137973c commit 7b12da1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DEVELOPMENT.md
Expand Up @@ -157,3 +157,11 @@ To build a distributable binary
# Artifact will be placed under dist/
java -jar dist/coursier-cli.jar fetch --help
```

# Merging PRs on GitHub

Use either "Create merge commit" or "Squash and merge".

Use "Create merge commit" if the commit list is clean enough (each commit has a clear message, and doesn't break simple compilation and test tasks).

Use "Squash and merge" in the other cases.

0 comments on commit 7b12da1

Please sign in to comment.