-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
82 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,38 @@ | ||
--- | ||
name: Bugs | ||
about: config, server, client, or anything else | ||
title: "affected/package: " | ||
--- | ||
|
||
<!-- | ||
Please answer these questions before submitting your issue. Thanks! | ||
--> | ||
|
||
### What version of trpc-go-opentelementry are you using? | ||
|
||
|
||
### Does this issue reproduce with the latest release? | ||
|
||
|
||
|
||
### What operating system and processor architecture are you using (`go env`)? | ||
|
||
<details><summary><code>go env</code> Output</summary><br><pre> | ||
$ go env | ||
|
||
</pre></details> | ||
|
||
### What did you do? | ||
|
||
<!-- | ||
If possible, provide a recipe for reproducing the error. | ||
A complete runnable program is good. | ||
A link on go.dev/play is best. | ||
--> | ||
|
||
|
||
### What did you expect to see? | ||
|
||
|
||
|
||
### What did you see instead? |
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,33 @@ | ||
--- | ||
name: Features | ||
about: config, server, client, or anything else | ||
title: "affected/package: " | ||
--- | ||
|
||
<!-- | ||
Please answer these questions before submitting your issue. Thanks! | ||
--> | ||
|
||
### Is your feature request related to a problem? | ||
|
||
<!-- | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
--> | ||
|
||
### What is the solution you'd like? | ||
|
||
<!-- | ||
A clear and concise description of what you want to happen. | ||
--> | ||
|
||
### What alternatives have you considered? | ||
|
||
<!-- | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
--> | ||
|
||
### Could you provide additional context? | ||
|
||
<!-- | ||
Add any other context or screenshots 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,11 @@ | ||
--- | ||
name: Proposals | ||
about: New external API or other notable changes | ||
title: "proposal: affected/package: " | ||
labels: Proposal | ||
--- | ||
|
||
<!-- | ||
Our proposal process is documented here: | ||
https://github.com/trpc-group/trpc/tree/main/proposal | ||
--> |