* Fix Configuration section in bug report template
Change the placeholder content to actually match the `to md` output, and add `--pretty`
* Don't omit data in placeholder configuration table
* Remove blank line in bug_report.yml
Nothing used the `ptree` feature or optional dependency within
`nu-command` except to include it within the `version` output. This
may be related to when `nu-cli` also had a `ptree` feature, but
I'm not sure.
That leaves the code within `nu_plugin_tree` as the sole remaining
user of `ptree`, which is already covered by the feature `tree`
and included in the `version` output.