aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/00-bug.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/00-bug.md')
-rw-r--r--.github/ISSUE_TEMPLATE/00-bug.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/00-bug.md b/.github/ISSUE_TEMPLATE/00-bug.md
new file mode 100644
index 0000000000..f056dab7dd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/00-bug.md
@@ -0,0 +1,45 @@
+---
+name: Bugs
+about: The go command, standard library, or anything else
+title: "affected/package: "
+---
+
+<!--
+Please answer these questions before submitting your issue. Thanks!
+-->
+
+### What version of Go are you using (`go version`)?
+
+<pre>
+$ go version
+
+</pre>
+
+### 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?
+
+