From af2b284efa71cab67056aaec7c135b2f4e2310be Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 19 Nov 2016 11:36:03 +0100 Subject: [PATCH] Update CONTRIBUTING.md Since lykos is a separate project, removed note about ##werewolf-ops. Obviously we will provide a way to disable changes not suitable for ##werewolf. Also told users to PR to master and claried that newest stable branch is also OK to report issues. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3817c8..0b8065e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ -If you are reporting an issue, please make sure you are on the latest `master` branch and the issue is not caused by any local modifications you have made. - -**Developers:** Please discuss changes that significantly affect gameplay in `##werewolf-ops` before merging them to the `master` branch. They may be merged before a consensus is reached if there's an option to disable them. (Don't add one just for the sake of it if it doesn't make sense to do so.) +Please submit all pull requests to the `master` branch. +If you are reporting an issue, please make sure you are on the latest `master` +or the newest `stable` branch (it may have a number suffix, e.g. `stable-42`).