Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename issue templates to be clearer #1556

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: 🪲 Content bug or inaccuracy
name: 🪲 Content bug or inaccuracy with non-API docs
description: Report typos, bugs, out-of-date content, broken links, etc.
labels: ["bug 🐛", "content 📄"]
assignees:
- abbycross
- beckykd
- javabster

body:
- type: markdown
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ contact_links:
- name: Overall impressions and feedback
url: https://ibmxm.iad1.qualtrics.com/jfe/form/SV_7Uq9FCMjZPyTsFM?Q_PopulateResponse={%22QID20%22:%223%22}
about: Let us know what you think! Provide feedback to help us improve your documentation experience.
- name: Qiskit API feedback
- name: 🪲 Content bug or inaccuracy with docs.quantum.ibm.com/api/qiskit
url: https://github.com/Qiskit/qiskit/issues/new/choose
about: Open an issue in the Qiskit repository for the docs found at https://docs.quantum.ibm.com/api/qiskit.
- name: Qiskit Runtime Client API feedback
- name: 🪲 Content bug or inaccuracy with docs.quantum.ibm.com/api/qiskit-runtime
url: https://github.com/Qiskit/qiskit-ibm-runtime/issues/new/choose
about: Open an issue in the qiskit-ibm-runtime repository for the docs found at https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/runtime_service.
Loading