Skip to content

Commit 43ae120

Browse files
committed
apply feedback from Bruce
1 parent 1222afe commit 43ae120

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
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: ""
44
labels: "type: bug"
55
body:
66
- type: input
77
attributes:
88
label: Tracer Version(s)
99
description: "Version(s) of the tracer affected by this bug"
10-
placeholder: "1.33.7"
10+
placeholder: "1.44.0"
1111
validations:
1212
required: true
1313

@@ -26,6 +26,13 @@ body:
2626
validations:
2727
required: true
2828

29+
- type: textarea
30+
attributes:
31+
label: Expected Behavior
32+
description: What is the expected behavior
33+
validations:
34+
required: true
35+
2936
- type: textarea
3037
attributes:
3138
label: Reproduction Code

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
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: ""
44
labels: "type: feature request"
55
body:
66
- type: input
77
attributes:
88
label: Library Name
99
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"
10+
placeholder: "spring-boot"
1111
validations:
1212
required: false
1313

0 commit comments

Comments
 (0)