From 464fce9a87c8691df519bb657ad8b925e2d1d32a Mon Sep 17 00:00:00 2001 From: texmex Date: Tue, 12 Sep 2017 13:12:23 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7478dff --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +- Put rewrites and new features in branches. This way `master` branch can be stable to end-users at all times. +- 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.