CONTRIBUTING: disallow signed git commits 4004/head
authorest31 <MTest31@outlook.com>
Sun, 17 Apr 2016 16:35:02 +0000 (18:35 +0200)
committerest31 <MTest31@outlook.com>
Thu, 21 Apr 2016 22:46:07 +0000 (00:46 +0200)
They break bzr-git, and bzr-git breaks the Minetest PPAs.

CONTRIBUTING.md

index 468ba051433c67c25c7b8fa6325a5a45bd7e08e0..986f60027fffece93cdd57fc6e16586c18b1892e 100644 (file)
@@ -25,6 +25,7 @@ If you are planning to start some significant coding, you would benefit from ask
         - Have a title which begins with a capital letter
         - Be descriptive. (e.g. no `Update init.lua` or `Fix a problem`)
         - Have a first line with less than *80 characters* and have a second line that is *empty*
+    - Do **not** [sign your commits](https://git-scm.com/book/uz/v2/Git-Tools-Signing-Your-Work), as Minetest offers automatically built ppas over launchpad and it [would break](https://bugs.launchpad.net/bzr-git/+bug/1084403) if there were signed commits in master
 
 4. Once you are happy with your changes, submit a pull request.
      - Open the [pull-request form](https://github.com/minetest/minetest/pull/new/master)