-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into otelmux-public-endpoint
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: '[instrgen] Bug report' | ||
about: Create a report of invalid behavior about the instrgen package to help us improve | ||
title: '' | ||
labels: 'bug, area: instrgen' | ||
assignees: '@open-telemetry/go-instrumentation-approvers' | ||
|
||
--- | ||
|
||
### 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.15] | ||
- `instrgen` version: [e.g. v0.14.0, 3c7face] | ||
|
||
### Steps To Reproduce | ||
|
||
1. Using this code ... | ||
2. Run ... | ||
3. See error ... | ||
|
||
### Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: '[instrgen] Feature request' | ||
about: Suggest an idea for the instrgen package | ||
title: '' | ||
labels: enhancement | ||
labels: 'enhancement, area: instrgen' | ||
assignees: '@open-telemetry/go-instrumentation-approvers' | ||
|
||
--- | ||
|
||
### Problem Statement | ||
|
||
A clear and concise description of what the problem is. | ||
Ex. I'm always frustrated when [...] | ||
|
||
### Proposed Solution | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
#### Alternatives | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
#### Prior Art | ||
|
||
A clear and concise list of any similar and existing solutions from other projects that provide context to possible solutions. | ||
|
||
### Additional Context | ||
|
||
Add any other context or screenshots about the feature request here. |