Skip to content

Commit c299e84

Browse files
authored
Try to fix team tag in issue templates (#3134)
The issue templates are not recognizing the Qiskit/docs-content-team so I am taking off the `Qiskit/` to see if that solves it.
1 parent 4abdfbe commit c299e84

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/ISSUE_TEMPLATE/courses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ assignees:
55
- jhwatrous
66
- livlanes
77
- christopherporter1
8-
- Qiskit/docs-content-team
8+
- docs-content-team
99

1010
body:
1111
- type: markdown

.github/ISSUE_TEMPLATE/guides.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: (GUIDES AND ADDITIONAL RESOURCES 📜) Report a bug/typo or request new co
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:
5-
- Qiskit/docs-content-team
5+
- docs-content-team
66

77
body:
88
- type: markdown

.github/ISSUE_TEMPLATE/tutorials.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ labels: ["content 📄", "tutorial 📒", "needs triage 🤔"]
44
assignees:
55
- miamico
66
- nathanearnestnoble
7-
- Qiskit/docs-content-team
7+
- docs-content-team
88

99
body:
1010
- type: markdown
@@ -82,3 +82,7 @@ body:
8282
- type: markdown
8383
attributes:
8484
value: Thank you for your feedback! If you are interested in joining the IBM Quantum Feedback Program, <a href="https://www.ibm.com/quantum/feedback-program">sign up here</a>.
85+
86+
- type: markdown
87+
attributes:
88+
value: Tagging the [Docs content team](https://github.com/orgs/Qiskit/teams/docs-content-team)

.github/ISSUE_TEMPLATE/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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:
5-
- Qiskit/docs-content-team
5+
- docs-content-team
66
- javabster
77
- Eric-Arellano
88

0 commit comments

Comments
 (0)