cookiecutter-django/.github/ISSUE_TEMPLATE/bug.md
Bruno Alla a9482aec2c Remove placeholders title from issue templates
We had a few reports where the title was missing recently
2020-10-01 18:15:48 +01:00

33 lines
723 B
Markdown

---
name: Bug Report
about: Report a bug
labels: bug
---
## What happened?
## What should've happened instead?
## Additional details
<!-- To assist you best, please include commands that you've run, options you've selected and any relevant logs -->
* Host system configuration:
* Version of cookiecutter CLI (get it with `cookiecutter --version`):
* OS:
* Python version:
* Docker versions (if using Docker):
* ...
* Options selected and/or [replay file](https://cookiecutter.readthedocs.io/en/latest/advanced/replay.html):
```
```
<summary>
Logs:
<details>
<pre>
$ cookiecutter https://github.com/pydanny/cookiecutter-django
project_name [Project Name]: ...
</pre>
</details>
</summary>