From 2577b99556ec6b0f836000a751f5528715c6686a Mon Sep 17 00:00:00 2001 From: texmex Date: Fri, 15 Sep 2017 16:25:53 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7478dff..16a26e3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,2 +1,3 @@ -- Put rewrites and new features in branches. This way `master` branch can be stable to end-users at all times. +- The `master` branch should be stable to end-users at all times. It should target latest Minetest point release. +- Put rewrites and new features in branches. - Conform with setting defaults so that end-user upgrades doesn't change expected in-game behavior. Discuss default changes in an issue if one really need to change.