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)