diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9d86ce9d7..79cb9dd04 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,14 @@ -* [ ] Please commit to the dev branch -* [ ] For contributing new features, please supplement and improve the corresponding user guide documents -* [ ] For bug fixes, please describe the problem and solution via code comments -* [ ] For text improvements (such as typos and wording adjustments), please submit directly +## Feature or bug? 特性或者缺陷? + +If you want to contribute a feature or bug fix, please submit an issue first. After a full discussion in the community, we will decide whether to make the change. Do not submit a contribution code directly, otherwise it may be rejected. +如果你想贡献一个特性或者缺陷修复,请先提交一个 issue。在社区充分讨论后,我们会决定是否进行变更。不要直接提交一个贡献代码,否则可能会被拒绝。 + +## Multilingual or copywriting? 多语言或者文案? + +Please submit directly, we will evaluate. +请直接提交,我们会进行评估。 + +## Dev branch! + +Any changes should be submitted to the dev branch. +任何改动,请提交到 dev 分支。