Skip to content

Instantly share code, notes, and snippets.

@BlockMen
Last active August 29, 2015 13:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save BlockMen/10886992 to your computer and use it in GitHub Desktop.
Minetest NeXt - Maintainer rules
================================
1.) Pulls are never merged with 'git merge', merge them with 'git am' (like in minetest or minetest_game)
2.) Fixes can be pushed by every maintainer
3.) History rewrite only within 30 minutes (notice the other maintainers before doin)
4.) New features will only go in if at least 50% agree to the feature
5.) Heavy game changes (e.g. a workbench) don't go in if one maintainer votes against
6.) Rule 5 also applies to new maintainers
7.) Official channel for development is ##minetest-next
Committing rules
----------------
- Commit messages begin with a capital letter
- Squash pull commits if similar before pushing
- Notice other maintainers before you push something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment