Skip to content

Commit ab484d1

Browse files
committed
chore: add jira to issue template [SWC-580]
1 parent 8cf9b33 commit ab484d1

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,10 @@ body:
7979
attributes:
8080
label: Logs taken while reproducing problem
8181
description: You can attach log files by clicking this area to highlight it and then dragging files in.
82+
- type: checkboxes
83+
id: jira-number
84+
attributes:
85+
label: Would you like to track this issue in Jira?
86+
description: We will share the Jira ticket ID in a comment on the issue once it has been triaged.
87+
options:
88+
- label: Yes, please tell me the ticket number!

.github/ISSUE_TEMPLATE/feature_request.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ body:
3737
id: code
3838
attributes:
3939
label: Implementation notes or ideas
40+
- type: checkboxes
41+
id: jira-number
42+
attributes:
43+
label: Would you like to track this issue in Jira?
44+
description: We will share the Jira ticket ID in a comment on the issue once it has been triaged.
45+
options:
46+
- label: Yes, please tell me the ticket number!

.github/ISSUE_TEMPLATE/general.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ body:
1919
attributes:
2020
label: Description of issue
2121
description: Please tell us about the issue. You can attach images or files by clicking this area to highlight it and then dragging files in.
22+
- type: checkboxes
23+
id: jira-number
24+
attributes:
25+
label: Would you like to track this issue in Jira?
26+
description: We will share the Jira ticket ID in a comment on the issue once it has been triaged.
27+
options:
28+
- label: Yes, please tell me the ticket number!

.github/ISSUE_TEMPLATE/new_component.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ body:
4949
id: other
5050
attributes:
5151
label: Other requirements
52+
- type: checkboxes
53+
id: jira-number
54+
attributes:
55+
label: Would you like to track this issue in Jira?
56+
description: We will share the Jira ticket ID in a comment on the issue once it has been triaged.
57+
options:
58+
- label: Yes, please tell me the ticket number!

0 commit comments

Comments
 (0)