Closed
Description
This issue template seems to reserve a lot of space for trying to replicate and lock down issues from differing environments. Generally we want to make the process easier to ensure we get quality bug reports, so if the maintainers of the project agree, I'd like to integrate my envinfo package into CRA, the same way I already have for react-native.
Something like this:
create-react-app --info
in a project will yield something like this:
Environment:
OS: macOS Sierra 10.12.4
Node: v7.10.0
Yarn: 0.24.5
npm: 4.2.0
Packages:
react: 16.0.0-alpha.6
jest: ^20.0.4
eslint: ^3.19.0
babel-polyfill: ^6.23.0
I can add/subtract things from this report, and even nifty things like add auto add to clipboard.
Thoughts?