mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-12 02:28:07 +02:00
Add Bug report issue templates (#1775)
This commit is contained in:
parent
3c7facee73
commit
0786fe3250
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report of invalid behavior to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Description
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
### Environment
|
||||
|
||||
- OS: [e.g. iOS]
|
||||
- Architecture: [e.g. x86, i386]
|
||||
- Go Version: [e.g. 1.14]
|
||||
- opentelemetry-go version: [e.g. v0.14.0, 3c7face]
|
||||
|
||||
### Steps To Reproduce
|
||||
|
||||
1. Use the configuration '...'
|
||||
2. Run '...'
|
||||
3. See error
|
||||
|
||||
### Expected behavior
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
Loading…
Reference in New Issue
Block a user