From 84bba65cab954e9018467e4b4d4ec43621a2eff9 Mon Sep 17 00:00:00 2001 From: dmitriz Date: Sat, 9 Jan 2016 15:51:07 +0000 Subject: [PATCH] docs(CONTRIBUTING): add warning about forced push Add warning about the possible consequences of a forced push add empty file add some content --- CONTRIBUTING.md | 3 +++ empty-file | 1 + 2 files changed, 4 insertions(+) create mode 100644 empty-file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dad1bdbbf93f..c39c8702357c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -129,6 +129,9 @@ Before you submit your pull request consider the following guidelines: git rebase master -i git push origin my-fix-branch -f ``` + + +WARNING. Forced push may delete all in-code comments made in your PR That's it! Thank you for your contribution! diff --git a/empty-file b/empty-file new file mode 100644 index 000000000000..601764fb364f --- /dev/null +++ b/empty-file @@ -0,0 +1 @@ +Add something \ No newline at end of file