Преглед изворни кода

update contributing section

stan пре 4 недеља
родитељ
комит
c80c9d66cb
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -39,6 +39,9 @@ Pull Requests are welcome. Please follow these rules:
 - **Provide Documentation** - Please explain what you changed, why you changed it and the effects it
   has in detail, it saves me a lot of work.
 - **Follow Up** - If something with the PR is not right, I will reply and ask you to fix it.
+- **One Feature** - Do not put multiple features into one PR.
+- **Complete Implementations** - Do not PR features that are not completed and/or have non functional parts.
+- **Server Focus** - For features that are intended to be part of the server, don't abuse client patches. Sometimes its needed but mostly everything should go through the right requests and pushes.
 
 ## Credits