You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ If you are planning to start some significant coding, you would benefit from ask
25
25
- Have a title which begins with a capital letter
26
26
- Be descriptive. (e.g. no `Update init.lua` or `Fix a problem`)
27
27
- Have a first line with less than *80 characters* and have a second line that is *empty*
28
+
- 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
28
29
29
30
4. Once you are happy with your changes, submit a pull request.
30
31
- Open the [pull-request form](https://github.com/minetest/minetest/pull/new/master)
1 commit comments
nerzhul commentedon Apr 23, 2017
reverted, thanks for the tip