From 686bc0fdcd43cdc6df262d5dbfdb26de1abb8979 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Fri, 14 Jun 2024 16:07:45 -0400 Subject: [PATCH 1/3] rename issue templates to be clearer --- .github/ISSUE_TEMPLATE/bug.yaml | 3 +-- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 263e6186803..f4e6e7f5a36 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,10 +1,9 @@ -name: 🪲 Content bug or inaccuracy +name: 🪲 Content bug or inaccuracy with Platform docs (_not_ API reference docs) description: Report typos, bugs, out-of-date content, broken links, etc. labels: ["bug 🐛", "content 📄"] assignees: - abbycross - beckykd - - javabster body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 899800c3a83..c82d32685cd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. From c0d3794c95b7ff665edda8f4704f1f4622ad1259 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Fri, 14 Jun 2024 16:13:24 -0400 Subject: [PATCH 2/3] add more bugs --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c82d32685cd..bdbae7a43c3 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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: Content bug or inaccuracy with docs.quantum.ibm.com/api/qiskit + - 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: Content bug or inaccuracy with docs.quantum.ibm.com/api/qiskit-runtime + - 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. From 8da211870260ea7ef8abb00ad74e83b04239900d Mon Sep 17 00:00:00 2001 From: abbycross Date: Tue, 18 Jun 2024 08:16:25 -0400 Subject: [PATCH 3/3] Update .github/ISSUE_TEMPLATE/bug.yaml Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index f4e6e7f5a36..df30faf9668 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,4 +1,4 @@ -name: 🪲 Content bug or inaccuracy with Platform docs (_not_ API reference docs) +name: 🪲 Content bug or inaccuracy with non-API docs description: Report typos, bugs, out-of-date content, broken links, etc. labels: ["bug 🐛", "content 📄"] assignees: