You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+28-9Lines changed: 28 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,33 @@ This checklist is used to make sure that common issues in a pull request are add
12
12
This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
13
13
-->
14
14
15
-
### PR information
16
-
<!-- You can mark the following checkboxes as [x] to mark them during the PR creation itself. -->
17
-
-[ ] The title of the PR is clear and informative.
18
-
-[ ] There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).
19
-
-[ ] If applicable, the PR references the bug/issue that it fixes in the description.
20
-
-[ ] New Unit tests were added for the changes made and CI is passing.
21
-
22
-
### Quality of Code and Contribution Guidelines
23
-
-[ ] I have read the [contribution guidelines](https://github.com/Azure/azure-functions-python-worker/blob/master/.github/CONTRIBUTING.md).
15
+
## Pull Request Checklist
16
+
<!--
17
+
Please fill out the following checklist to ensure compatibility across Python versions and programming models.
18
+
You can mark the following checkboxes as [x] to mark them during the PR creation itself.
19
+
-->
20
+
### Host-Worker Contract
21
+
-[ ] Does this PR impact the host-worker contract (e.g., gRPC messages, shared interfaces)?
22
+
- If yes, have the changes been applied to:
23
+
-[ ] azure_functions_worker (Python <= 3.12)
24
+
-[ ] proxy_worker (Python >= 3.13)
25
+
- If no, please explain why:
26
+
27
+
### Worker Execution Logic
28
+
-[ ] Does this PR affect worker execution logic (e.g., function invocation, bindings, lifecycle)?
29
+
If yes, please answer the following:
30
+
31
+
**Python Version Coverage**
32
+
-[ ] Does this change apply to both Python <=3.12 and 3.13+?
0 commit comments