diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fa7c45bbb104..4bc2fd05c909 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,23 +1,38 @@ -> Please provide us with the following information: -> --------------------------------------------------------------- - -### OS? -> Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) + +### Bug Report or Feature Request (mark with an `x`) +- [ ] bug report -> please search issues before submitting +- [ ] feature request ### Versions. -> Please run `ng --version`. If there's nothing outputted, please run in a Terminal: `node --version` and paste the result here: + ### Repro steps. -> Was this an app that wasn't created using the CLI? What change did you do on your code? etc. + ### The log given by the failure. -> Normally this include a stack trace and some more information. + + + +### Desired functionality. + ### Mention any other details that might be useful. + -> --------------------------------------------------------------- -> Thanks! We'll be in touch soon.