From 4054bf83b5cd1e33e0cf23fabe86ed7a808f50af Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 17 Feb 2016 12:50:55 -0500 Subject: [PATCH] Introduce an issue template This file is used when opening a new issue. --- issue_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000000000..aa6d88a50b2d0 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,15 @@ + + +I tried this code: + + + +I expected to see this happen: + +Instead, this happened: + +## Meta + +`rustc --version --verbose`: + +Backtrace: