diff --git a/.github/ISSUE_TEMPLATE/04-vuln.md b/.github/ISSUE_TEMPLATE/04-vuln.md new file mode 100644 index 0000000000..090fb0de70 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/04-vuln.md @@ -0,0 +1,51 @@ +--- +name: Go vulnerability management - bugs and feature requests +about: Issues or feature requests about Go vulnerability management +title: "x/vuln: " +labels: x/vuln +--- + + + +### What version of Go are you using (`go version`)? + +
+$ go version + ++ +### Does this issue reproduce at the latest version of golang.org/x/vuln? + + + +### What operating system and processor architecture are you using (`go env`)? + +
go env Output+$ go env + +