From cfbe451608892fd7bc52db56f5d374686b37dbe8 Mon Sep 17 00:00:00 2001 From: Seth Davenport Date: Thu, 27 Apr 2017 08:57:55 -0400 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3378f4a --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,41 @@ +### This is a... + +* [ ] feature request +* [ ] bug report +* [ ] usage question + +### What toolchain are you using for transpilation/bundling? + +* [ ] @angular/cli +* [ ] Custom @ngTools/webpack +* [ ] Raw `ngc` +* [ ] SystemJS +* [ ] Rollup +* [ ] Other + +### Environment + +NodeJS Version: +Typescript Version: +Angular Version: +@angular-redux/store version: +@angular/cli version: (if applicable) +OS: + +### Link to repo showing the issus +(optional, but helps _a lot_) + +### Expected Behaviour: + + + +### Actual Behaviour: + + + +### Stack Trace/Error Message: + + + +### Additional Notes: +(optional)