Skip to content

Commit 7ecdd58

Browse files
authored
Follow-on cleanup for issue templates (#3130)
- Add Chris Porter's id - add emojis - clean up escape characters that didn't work
1 parent 45af29b commit 7ecdd58

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
blank_issues_enabled: true
22
contact_links:
3-
- name: Trouble with your code?
3+
- name: Trouble with your code? 😕
44
url: https://ibm.co/joinqiskitslack
55
about: Ask for debugging help on the Qiskit community Slack when you run into problems with your code.
6-
- name: Overall impressions and feedback
6+
- name: Overall impressions and feedback 📝
77
url: https://ibmxm.iad1.qualtrics.com/jfe/form/SV_7Uq9FCMjZPyTsFM?Q_PopulateResponse={%22QID20%22:%223%22}
88
about: Let us know what you think! Provide feedback to help us improve your documentation experience.
9-
- name: \[API REF\] Problem with Qiskit SDK
9+
- name: (API REF) Problem with Qiskit SDK 💻
1010
url: https://github.com/Qiskit/qiskit/issues/new/choose
1111
about: Open an issue in the Qiskit repository for the API reference docs found at https://docs.quantum.ibm.com/api/qiskit.
12-
- name: \[API REF\] Problem with Qiskit Runtime
12+
- name: (API REF) Problem with Qiskit Runtime 💻
1313
url: https://github.com/Qiskit/qiskit-ibm-runtime/issues/new/choose
1414
about: Open an issue in the qiskit-ibm-runtime repository for the API reference docs found at https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/runtime_service.

.github/ISSUE_TEMPLATE/courses.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: (COURSES) Report a bug/typo or request new content
1+
name: (COURSES 🎓) Report a bug/typo or request new content
22
description: Report typos, bugs, out-of-date content, broken links, etc. or make a request for new content
33
labels: ["content 📄", "course 🎓", "needs triage 🤔"]
44
assignees:
55
- jhwatrous
66
- livlanes
7+
- christopherporter1
78

89
body:
910
- type: markdown

.github/ISSUE_TEMPLATE/guides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (GUIDES AND ADDITIONAL RESOURCES) Report a bug/typo or request new content
1+
name: (GUIDES AND ADDITIONAL RESOURCES 📜) Report a bug/typo or request new content
22
description: Report typos, bugs, out-of-date content, broken links, etc. or make a request for new content
33
labels: ["content 📄", "needs triage 🤔"]
44
assignees:

.github/ISSUE_TEMPLATE/tutorials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: (TUTORIALS) Report bug/typo or request new content
1+
name: (TUTORIALS 📓) Report bug/typo or request new content
22
description: Report typos, bugs, out-of-date content, broken links, etc. or make a request for new content
33
labels: ["content 📄", "tutorial 📒", "needs triage 🤔"]
44
assignees:

.github/ISSUE_TEMPLATE/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📱 UI issue or feature request
1+
name: UI issue or feature request 📱
22
description: Report a rendering or other visual problem with the user interface, or request a new feature.
33
labels: ["UI feedback", "infra 🏗️"]
44
assignees:

0 commit comments

Comments
 (0)