mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
40cd1fc2ee
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.
22 lines
353 B
Markdown
22 lines
353 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug
|
|
---
|
|
|
|
## What happened?
|
|
|
|
|
|
|
|
|
|
## What should've happened instead?
|
|
|
|
|
|
|
|
|
|
## Steps to reproduce
|
|
|
|
[//]: # (Any or all of the following:)
|
|
[//]: # (* Host system configuration: OS, Docker & friends' versions etc.)
|
|
[//]: # (* Replay file https://cookiecutter.readthedocs.io/en/latest/advanced/replay.html)
|
|
[//]: # (* Logs)
|