* Add more hooks from pre-commit-hooks repo
* Add pre-commit hook for prettier
* Format with prettier
* Remove check-docstring-first hook
* Run prettier in the template
* Tweak formatting of dependabot file
* Fix formatting of GitHub files for prettier
* More format fixes of ci.yml
Often, users report issues due to a specific combination of options, which required to get them. The current way is inefficient for users as well as maintainers:
- The user needs to copy/paste a terminal output, which might be gone if they closed the window
- Maintainer needs to regenerate with the same options
- Maintainer needs to be careful to bypass their potential profile defaults
- In case of error to one question, needs to re-generate
Cookiecutter has got a replay feature for about 3 years now, which seems like a more automated way to get the options from the user.
This updates the issue template for bugs report using this.