Skip to content

Commit

Permalink
docs(contributing): add guideline not to overwrite commit history whe…
Browse files Browse the repository at this point in the history
…n fixing requested changes (#3782)
  • Loading branch information
moniuch authored and benlesh committed Jun 4, 2018
1 parent 1b5d72a commit db2ac69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Before you submit your Pull Request (PR) consider the following guidelines:
git push -f
```

* When updating your feature branch with the requested changes, please do not overwrite the commit history, but rather contain the changes in new commits. This is for the sake of a clearer and easier review process.

That's it! Thank you for your contribution!


Expand Down

0 comments on commit db2ac69

Please sign in to comment.