diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2017-04-23 10:21:08 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-04-23 10:21:08 +0200 |
commit | 485bf2199834b26c1ee22b1ebc17e5707ed9579e (patch) | |
tree | 67eec9063ee66a460a773d5dc458d6c1089bfe63 | |
parent | 91a9382c25328075d1a27593b22b0a75863951e1 (diff) | |
download | minetest-485bf2199834b26c1ee22b1ebc17e5707ed9579e.tar.gz minetest-485bf2199834b26c1ee22b1ebc17e5707ed9579e.tar.bz2 minetest-485bf2199834b26c1ee22b1ebc17e5707ed9579e.zip |
Revert "CONTRIBUTING: disallow signed git commits"
This reverts commit 7a6502a7a5007e4bed8c1dd10af39d4fa2b296a4.
Signed commits are supported by PPA and weblate now
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 986f60027..468ba0514 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,6 @@ 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) |