Skip to content

Commit c8021f2

Browse files
authored
Merge branch 'main' into feat/add-type-hints-analysis-passes
2 parents b86fbd1 + ff3d001 commit c8021f2

184 files changed

Lines changed: 7283 additions & 4547 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
<!--
2-
⚠️ If you do not respect this template, your pull request will be closed.
3-
⚠️ Your pull request title should be short detailed and understandable for all.
4-
⚠️ Also, please add a release note file using reno if the change needs to be documented in the release notes.
5-
⚠️ If your pull request fixes an open issue, please link to the issue. Use "Fixes #XXXX" if this PR *fully* closes the issue XXXX.
6-
☢️ If you used an AI tool to code this PR, add "AI tool used: <Name and version of the tool>". For example, "AI tool used: Microsoft Copilot Chat with GPT-5". Failing to disclose the use of AI tools may result in the PR being closed without further review.
7-
8-
9-
- [ ] I have added the tests to cover my changes.
10-
- [ ] I have updated the documentation accordingly.
11-
- [ ] I have read the CONTRIBUTING document.
2+
* See https://github.com/Qiskit/qiskit/blob/main/CONTRIBUTING.md#pull-request-checklist
3+
* Write a clear description here.
4+
* Use "Fix #15919" to close issues.
125
-->
136

14-
### Summary
15-
16-
17-
18-
### Details and comments
7+
### AI/LLM disclosure
198

9+
- [ ] I didn't use LLM tooling, or only used it privately.
10+
- [ ] I used the following tool to help write this PR description:
11+
- [ ] I used the following tool to generate or modify code:
2012

13+
<!-- Any code generated by LLM or modified from LLM suggestions must commented inline too. -->

.github/workflows/docs_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
branches:
55
- main
66
tags:
7-
# Only match non-prerelease tags.
8-
- "[0-9]+.[0-9]+.[0-9]"
7+
# Run on all tags.
8+
- "*"
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)