mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-06 05:31:48 +02:00
Issue templates: rephrase how we ask docker info
to the users
People might not now if the issue is related to docker or not, and we've had to ask them for additional information after they opened the issue. This makes it clearer that this information might be useful.
This commit is contained in:
parent
9d69e3b261
commit
bfd06788ea
3 changed files with 3 additions and 5 deletions
2
.github/ISSUE_TEMPLATE/bug_report_linux.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report_linux.yml
vendored
|
@ -36,7 +36,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Podman info
|
label: Podman info
|
||||||
description: |
|
description: |
|
||||||
If the bug occurs during document conversion, or is otherwise related with Podman, please copy and paste the following commands in your terminal, and provide us with the output:
|
Please copy and paste the following commands in your terminal, and provide us with the output:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
podman version
|
podman version
|
||||||
|
|
3
.github/ISSUE_TEMPLATE/bug_report_macos.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report_macos.yml
vendored
|
@ -48,8 +48,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Docker info
|
label: Docker info
|
||||||
description: |
|
description: |
|
||||||
If the bug occurs during document conversion, or is otherwise related
|
Please copy and paste the following commands in your
|
||||||
with Docker, please copy and paste the following commands in your
|
|
||||||
terminal, and provide us with the output:
|
terminal, and provide us with the output:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
@ -35,8 +35,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Docker info
|
label: Docker info
|
||||||
description: |
|
description: |
|
||||||
If the bug occurs during document conversion, or is otherwise related
|
Please copy and paste the following commands in your
|
||||||
with Docker, please copy and paste the following commands in your
|
|
||||||
terminal, and provide us with the output:
|
terminal, and provide us with the output:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in a new issue