diff --git a/.github/ISSUE_TEMPLATE/00-bug.md b/.github/ISSUE_TEMPLATE/00-bug.md new file mode 100644 index 0000000..2038ae8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/00-bug.md @@ -0,0 +1,38 @@ +--- +name: Bugs +about: config, server, client, or anything else +title: "affected/package: " +--- + + + +### 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`)? + +
go env Output
+$ go env
+
+
+ +### What did you do? + + + + +### What did you expect to see? + + + +### What did you see instead? \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/01-feature.md b/.github/ISSUE_TEMPLATE/01-feature.md new file mode 100644 index 0000000..df6e800 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-feature.md @@ -0,0 +1,33 @@ +--- +name: Features +about: config, server, client, or anything else +title: "affected/package: " +--- + + + +### Is your feature request related to a problem? + + + +### What is the solution you'd like? + + + +### What alternatives have you considered? + + + +### Could you provide additional context? + + diff --git a/.github/ISSUE_TEMPLATE/03-proposal.md b/.github/ISSUE_TEMPLATE/03-proposal.md new file mode 100644 index 0000000..8602906 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/03-proposal.md @@ -0,0 +1,11 @@ +--- +name: Proposals +about: New external API or other notable changes +title: "proposal: affected/package: " +labels: Proposal +--- + +