Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add issue template #13

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/00-bug.md
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 tnet 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?
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/01-feature.md
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.
-->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/03-proposal.md
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
-->
Loading