2018-05-25 10:31:52 +03:00
|
|
|
---
|
|
|
|
name: Bug Report
|
|
|
|
about: Report a bug
|
2020-09-09 15:07:30 +03:00
|
|
|
labels: bug
|
2018-05-25 10:31:52 +03:00
|
|
|
---
|
|
|
|
|
|
|
|
## What happened?
|
|
|
|
|
|
|
|
## What should've happened instead?
|
|
|
|
|
2020-09-09 15:07:30 +03:00
|
|
|
## Additional details
|
|
|
|
|
|
|
|
<!-- To assist you best, please include commands that you've run, options you've selected and any relevant logs -->
|
|
|
|
|
2023-04-15 14:15:15 +03:00
|
|
|
- Host system configuration:
|
2021-06-28 16:20:08 +03:00
|
|
|
|
2023-04-15 14:15:15 +03:00
|
|
|
- Version of cookiecutter CLI (get it with `cookiecutter --version`):
|
|
|
|
- OS name and version:
|
2021-06-28 16:20:08 +03:00
|
|
|
|
2023-04-15 14:15:15 +03:00
|
|
|
On Linux, run
|
2021-11-26 18:41:50 +03:00
|
|
|
|
2023-04-15 14:15:15 +03:00
|
|
|
```bash
|
|
|
|
lsb_release -a 2> /dev/null || cat /etc/redhat-release 2> /dev/null || cat /etc/*-release 2> /dev/null || cat /etc/issue 2> /dev/null
|
|
|
|
```
|
2021-06-28 16:20:08 +03:00
|
|
|
|
2023-04-15 14:15:15 +03:00
|
|
|
On MacOs, run
|
2021-06-28 16:20:08 +03:00
|
|
|
|
2023-04-15 14:15:15 +03:00
|
|
|
```bash
|
|
|
|
sw_vers
|
|
|
|
```
|
2021-11-26 18:41:50 +03:00
|
|
|
|
2023-04-15 14:15:15 +03:00
|
|
|
On Windows, via CMD, run
|
|
|
|
|
|
|
|
```
|
|
|
|
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
|
|
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# Insert here the OS name and version
|
2021-06-28 16:20:08 +03:00
|
|
|
|
2020-09-09 15:07:30 +03:00
|
|
|
```
|
2023-04-15 14:15:15 +03:00
|
|
|
|
|
|
|
- Python version, run `python3 -V`:
|
|
|
|
- Docker version (if using Docker), run `docker --version`:
|
2023-07-24 12:42:51 +03:00
|
|
|
- docker compose version (if using Docker), run `docker compose --version`:
|
2023-04-15 14:15:15 +03:00
|
|
|
- ...
|
|
|
|
|
|
|
|
- Options selected and/or [replay file](https://cookiecutter.readthedocs.io/en/latest/advanced/replay.html):
|
|
|
|
On Linux and macOS: `cat ${HOME}/.cookiecutter_replay/cookiecutter-django.json`
|
|
|
|
(Please, take care to remove sensitive information)
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
|
|
|
```
|
|
|
|
|
2020-09-09 15:07:30 +03:00
|
|
|
<summary>
|
|
|
|
Logs:
|
|
|
|
<details>
|
|
|
|
<pre>
|
2021-10-22 23:40:53 +03:00
|
|
|
$ cookiecutter https://github.com/cookiecutter/cookiecutter-django
|
2020-09-09 15:07:30 +03:00
|
|
|
project_name [Project Name]: ...
|
|
|
|
</pre>
|
|
|
|
</details>
|
|
|
|
</summary>
|