diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index de4e108d0..f3b3d9647 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,3 +31,6 @@ - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. + +- [ ] New application can be installed on ARM platform. +- [ ] New application shows an error message if the architecture is not supported.