Skip to content

Commit ab4ac60

Browse files
authored
Another attempt to get the tag to work in issue templates (#3142)
1 parent 3fc251f commit ab4ac60

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/guides.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ body:
7777
- type: markdown
7878
attributes:
7979
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>.
80+
81+
- type: markdown
82+
attributes:
83+
value: |
84+
Tagging @Qiskit/docs-content-team

.github/ISSUE_TEMPLATE/tutorials.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ body:
8484

8585
- type: markdown
8686
attributes:
87-
value: Tagging @Qiskit/docs-content-team
87+
value: |
88+
Tagging @Qiskit/docs-content-team

0 commit comments

Comments
 (0)