Skip to content

Commit

Permalink
[chore] update issue template to fix render bug (#14445)
Browse files Browse the repository at this point in the history
The current bug template is causing content to be rendered inside a textarea which makes it hard to read. Updating the template to render it as it was originally intended (as markdown).
  • Loading branch information
Alex Boten authored Sep 23, 2022
1 parent b0afda8 commit 48316fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ body:
## Actual Result
render: Markdown
validations:
required: true
- type: input
Expand All @@ -38,7 +37,7 @@ body:
## Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
render: Markdown
- type: textarea
attributes:
label: OpenTelemetry Collector configuration
Expand Down Expand Up @@ -73,5 +72,3 @@ body:
attributes:
label: Additional context
description: Any additional information you think may be relevant to this issue.
render: Markdown

0 comments on commit 48316fe

Please sign in to comment.