From 72afbe68a4abe009519f14d8a97b175f74dbaf4b Mon Sep 17 00:00:00 2001 From: calebboyd Date: Mon, 10 Apr 2017 17:52:22 -0500 Subject: [PATCH] chore: add issue template --- issue_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000..5682bf4 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,22 @@ +This is a + - [ ] Bug Report + - [ ] Feature Request + - [ ] Other + +
+If this is a bug report, What are the steps to reproduce? + +``` +//provide configuration here +``` + +

+Please also provide: + +- Platform(OS/Version): +- Host Node Version: +- Target Node Version: +- Nexe version: +- Python Version: + + \ No newline at end of file