Skip to content

Commit

Permalink
apply feedback from Bruce
Browse files Browse the repository at this point in the history
  • Loading branch information
tlhunter committed Dec 18, 2024
1 parent f8c0230 commit e20b4cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "Bug Report (Low Priority)"
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."
title: "[BUG]: "
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."
title: ""
labels: "type: bug"
body:
- type: input
attributes:
label: Tracer Version(s)
description: "Version(s) of the tracer affected by this bug"
placeholder: "1.33.7"
placeholder: "1.44.0"
validations:
required: true

Expand All @@ -26,6 +26,13 @@ body:
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
description: What is the expected behavior
validations:
required: true

- type: textarea
attributes:
label: Reproduction Code
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Feature Request (Low Priority)
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.
title: "[FEATURE]: "
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.
title: ""
labels: "type: feature request"
body:
- type: input
attributes:
label: Library Name
description: "If your feature request is to add instrumentation support for a library please provide the name here"
#placeholder: "TODO: Provide a sample Java library name"
placeholder: "spring-boot"
validations:
required: false

Expand Down

0 comments on commit e20b4cf

Please sign in to comment.