浏览代码

CONTRIBUTING: Add language and PR/Issue template notes

derrod 2 年之前
父节点
当前提交
e2b80c04e8
共有 1 个文件被更改,包括 15 次插入4 次删除
  1. 15 4
      CONTRIBUTING.rst

+ 15 - 4
CONTRIBUTING.rst

@@ -27,6 +27,18 @@ Quick Links for Contributing
 - To add a new service to OBS Studio please see the service submission guidelines:
   https://github.com/obsproject/obs-studio/wiki/Service-Submission-Guidelines
 
+General Guidelines
+------------------
+
+- The OBS Project uses English as a common language. Please ensure that any
+  submissions have at least machine-translated English descriptions and titles.
+
+- Templates for Pull Requests and Issues must be properly filled out. Failure
+  to do so may result in your PR or Issue being closed. The templates request
+  the bare minimum amount of information required for us to process them.
+
+- Contributors to the OBS Project are expected to abide by the OBS Project Code of Conduct: https://github.com/obsproject/obs-studio/blob/master/COC.rst
+
 Coding Guidelines
 -----------------
 
@@ -44,6 +56,8 @@ Coding Guidelines
 
 - 80 columns max
 
+- Comments and names of variables/functions/etc. must be in English
+
 Commit Guidelines
 -----------------
 
@@ -71,10 +85,7 @@ Commit Guidelines
 
 - If you still need examples, please view the commit history.
 
-Conduct Guidelines
-------------------
-
-- Contributors to the OBS Project are expected to abide by the OBS Project Code of Conduct: https://github.com/obsproject/obs-studio/blob/master/COC.rst
+- Commit titles and descriptions must be in English
 
 AI/Machine Learning Policy
 --------------------------