diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 000000000..ddabea428 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,22 @@ +# tk-framework-desktopserver PR + +## Description + +Please write the purpose of this change + +## Checklist before merging. + +Please mark the checkbox if applicable. + +- [ ] The Jira ticket number is on the PR title. +- [ ] Contains a change on the component's logic. +- [ ] Contains a change on unit tests. +- [ ] Requirements updates (CVEs, etc): + - **Main pull request** + - [ ] Only requirements.txt files are updated (no frozen ones). + - [ ] I've checked in Azure Pipelines that all Python versions and operating systems jobs executed without errors. + - [ ] I've opened a different PR for the `-automated` branch. + - **Automated pull request** + - [ ] This is the `-automated` branch generated by the main pull request. + - [ ] The main pull request is linked in the description. + - [ ] Fat binaries for apple silicon are not affected. [See README](resources/python/README.md#apple-silicon). diff --git a/resources/python/README.md b/resources/python/README.md index b87a69115..b598e26e5 100644 --- a/resources/python/README.md +++ b/resources/python/README.md @@ -199,6 +199,8 @@ git push # Repeat steps for Python 3.9 and 3.10 ``` +##### Apple Silicon + > Important Notice for Apple Silicon: CI uses a Intel macOS to install the binary requirements. > There are two specific ones that don't have wheels with fat binaries: CFFI and Zope.interface. > For them, we recommend to get `_cffi_backend.cpython-310-darwin.so` and `_zope_interface_coptimizations.cpython-310-darwin.so`