diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-02-09 12:50:18 -0800 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-02-09 12:50:18 -0800 |
commit | f5769c4cedc6a1ce2df8b54763ce13c8e441c60d (patch) | |
tree | 1f5fc099816640757cfc8221b063bd1964c7a27d /CONTRIBUTING.md | |
parent | 29f78d1976ab4c37a7cfb1ce3d0a321b7b85a400 (diff) | |
download | gitlab-ce-f5769c4cedc6a1ce2df8b54763ce13c8e441c60d.tar.gz |
Link about random order doesn't make any sense, added it to the changelog.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d26cf567e36..f3d4d8ea9b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ If you can, please submit a merge request with the fix or improvements including 1. Fork the project on GitLab Cloud 1. Create a feature branch 1. Write [tests](README.md#run-the-tests) and code -1. Add your changes to the [CHANGELOG](CHANGELOG) insert your line at a [random point](doc/workflow/gitlab_flow.md#do-not-order-commits-with-rebase) in the current version +1. Add your changes to the [CHANGELOG](CHANGELOG) 1. If you are changing the README, some documentation or other things which have no effect on the tests, add `[ci skip]` somewhere in the commit message 1. If you have multiple commits please combine them into one commit by [squashing them](http://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) 1. Push the commit to your fork |