1
0
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:
Tyler Yahn 2021-04-05 19:30:09 +00:00 committed by GitHub
parent 3c7facee73
commit 0786fe3250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.