diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5caa82fddd4f..98aa948b795e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,8 @@ Each pull request should address a single issue and have a meaningful title. +- Pull requests must be in English. +- If a pull request fixes an issue, reference the issue with a suitable keyword (e.g., Fixes ). - All bug fixes should be sent to the __"develop"__ branch, this is where the next bug fix version will be developed. - PRs with any enhancement should be sent to the next minor version branch, e.g. __"4.3"__ @@ -15,15 +17,3 @@ Explain what you have changed, and why. - [ ] Unit testing, with >80% coverage - [ ] User guide updated - [ ] Conforms to style guide - -