diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a54feed..81844ad2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,6 @@ See pmbootstrap's [Development Guide](https://wiki.postmarketos.org/wiki/Develop ### Contributing code changes * [Fork](https://docs.gitlab.com/ee/gitlab-basics/fork-project.html) this repository, commit your changes and then make a [Merge Request](https://docs.gitlab.com/ee/workflow/merge_requests.html). * Please test your code before submitting a Merge Request. -* We squash all commits from one Merge Request into one commit. Please make multiple Merge Requests if you feel like your changes should appear as multiple commits in the git log ([more information](https://wiki.postmarketos.org/wiki/Merge_Workflow)). ### Shell scripting * We don't write scripts for `bash`, but for `busybox`'s `ash` shell, which is POSIX compliant (plus very few features from `bash`).