You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
name: "Bug Report (Low Priority)"
2
-
description: "Create a public Bug Report. Note that these may not be addressed as quickly as the helpdesk and that looking up account information will be difficult."
3
-
title: "[BUG]: "
2
+
description: "Create a public Bug Report. Note that these may not be addressed as it depeonds on capacity and that looking up account information will be difficult."
3
+
title: ""
4
4
labels: "type: bug"
5
5
body:
6
6
- type: input
7
7
attributes:
8
8
label: Tracer Version(s)
9
9
description: "Version(s) of the tracer affected by this bug"
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
name: Feature Request (Low Priority)
2
-
description: Create a public Feature Request. Note that these may not be addressed as quickly as the helpdesk and that looking up account information will be difficult.
3
-
title: "[FEATURE]: "
2
+
description: Create a public Feature Request. Note that these may not be addressed as it depeonds on capacity and that looking up account information will be difficult.
3
+
title: ""
4
4
labels: "type: feature request"
5
5
body:
6
6
- type: input
7
7
attributes:
8
8
label: Library Name
9
9
description: "If your feature request is to add instrumentation support for a library please provide the name here"
10
-
#placeholder: "TODO: Provide a sample Java library name"
0 commit comments