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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
<!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. -->
4
4
5
+
resolves # (issue number)
6
+
5
7
## Types of changes
6
8
7
9
<!-- What types of changes does your code introduce?
Copy file name to clipboardExpand all lines: .github/workflows/01-init-playwright.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ jobs:
19
19
matrix:
20
20
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
21
21
# https://github.com/actions/runner-images/issues/11257 needs to get fixed for that
22
+
# the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/
22
23
# os: [macos-13, windows-2022]
23
24
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
0 commit comments