-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add issue templates * Fix spelling and link errors
- Loading branch information
Showing
3 changed files
with
79 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,39 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
labels: bug | ||
--- | ||
|
||
# Bug Report | ||
|
||
A list of [Grafana](https://www.nuget.org/profiles/Grafana) and | ||
[OpenTelemetry](https://www.nuget.org/profiles/OpenTelemetry) NuGet packages | ||
used, for example `Grafana.OpenTelemetry 0.6.0-beta.1`): | ||
|
||
* | ||
|
||
The .NET runtime version (e.g. `net462`, `net48`, `netcoreapp3.1`, `net6.0` | ||
etc.). You can find this information in your `*.csproj` file): | ||
|
||
* | ||
|
||
## Symptom | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**What is the expected behavior?** | ||
|
||
What did you expect to see? | ||
|
||
**What is the actual behavior?** | ||
|
||
What did you see instead? | ||
|
||
## Reproduce | ||
|
||
Create a self-contained project using the template of your choice, apply the | ||
minimum required code to result in the issue you're observing. | ||
|
||
## Additional Context | ||
|
||
Add any other context about the problem here. |
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,31 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
labels: enhancement | ||
--- | ||
|
||
# Feature Request | ||
|
||
Before opening a feature request against this project, consider whether the feature | ||
should/could be implemented in the [upstream OpenTelemetry .NET components](https://github.com/open-telemetry/opentelemetry-dotnet) | ||
If so, please [open an issue open-telemetry/opentelemetry-dotnet](https://github.com/open-telemetry/opentelemetry-dotnet/issues/new). | ||
|
||
If the feature is relevant for OpenTelemetry implementations of all languages, | ||
please [open an issue on | ||
opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification/issues/new). | ||
|
||
**Is your feature request related to a problem?** | ||
|
||
If so, provide a concise description of the problem. | ||
|
||
**Describe the solution you'd like:** | ||
|
||
What do you want to happen instead? What is the expected behavior? | ||
|
||
**Describe alternatives you've considered.** | ||
|
||
Which alternative solutions or features have you considered? | ||
|
||
## Additional Context | ||
|
||
Add any other context about the feature request here. |
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,9 @@ | ||
--- | ||
name: Question | ||
about: Create a question to help us improve our knowledge base and documentation | ||
labels: question | ||
--- | ||
|
||
# Question | ||
|
||
Use [Github Discussions](https://github.com/grafana/grafana-opentelemetry-dotnet/discussions/new). |