Skip to content

Commit

Permalink
split description to individual fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adschr committed Dec 16, 2024
1 parent e7f6149 commit 49a2c7d
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
value: |
Thanks for taking the time to fill out this bug report! Please make sure to fill out the entire form below, providing as much context as you can in order to help us triage and track down your bug as quickly as possible.
Before filing a bug, please be sure you have searched through [existing bugs](https://github.com/solarwinds/solarwinds-otel-collector/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abug) to see if an existing issue covers your bug.
Before filing a bug, please make sure you have searched through [existing bugs](https://github.com/solarwinds/solarwinds-otel-collector/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Abug) to see if an existing issue covers your bug.
- type: dropdown
id: component
attributes:
Expand All @@ -19,15 +19,37 @@ body:
- exporter/solarwindsexporter
- type: textarea
attributes:
label: What happened?
description: Please provide as much detail as you reasonably can.
label: Description
description: Please describe in detail what the issue is.
value: |
## Description
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: Provide sequence of steps to reproduce the issue.
value: |
## Steps to Reproduce
validations:
required: true
- type: textarea
attributes:
label: Expected Result
description: What is the expected result when the steps are reproduced?
value: |
## Expected Result
validations:
required: true

- type: textarea
attributes:
label: Actual Result
description: What actually happens when the steps are reproduced?
value: |
## Actual Result
validations:
Expand Down

0 comments on commit 49a2c7d

Please sign in to comment.