diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 644f8eaa..af48e8e9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ +_Please send pull requests to `dev` branch._ + ### Description Please explain the changes you made. Include any relevant motivation, context and JIRA tickets. @@ -6,3 +8,4 @@ Please explain the changes you made. Include any relevant motivation, context a - [ ] Include tests for new features and functionality. - [ ] Update README/documentation, when applicable. - [ ] All tests, new and existing, pass without errors. +- [ ] Checked browser compatibility, especially IE11.