From cc50391ffcabbae45915c08246ee6487c5834e2a Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Sat, 14 Sep 2019 21:13:11 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88eac9b3..9cee68d7 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,9 @@ https://www.wurstclient.net/download/ ## License This code is licensed under the GNU General Public License v3. **You can only use this code in open-source clients that you release under the same license! Using it in closed-source/proprietary clients is not allowed!** + +## Note about Pull Requests + +If you are contributing multiple unrelated features, please create a separate pull request for each feature. Squeezing everything into one giant pull request makes it very difficult for us to add your features, as we have to test, validate and add them one by one. + +Thank you for your understanding - and thanks again for taking the time to contribute!!